Skip to content

Commit 4204ad9

Browse files
committed
Set Sample version to current version.
Seems the version should be bumped
1 parent 0edb9ad commit 4204ad9

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

sample/Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
source 'https://rubygems.org'
22

3-
gem 'moonshot', '~> 0.7.0'
3+
gem 'moonshot', '~> 1.0.0'

sample/Moonfile sample/Moonfile.rb

-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,3 @@
44
m.build_mechanism = Script.new('bin/build.sh')
55
m.deployment_mechanism = CodeDeploy.new(asg: 'AutoScalingGroup')
66
end
7-

0 commit comments

Comments
 (0)