Skip to content

Commit

Permalink
:fix: version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
ProGM committed Mar 25, 2021
1 parent a98180f commit b1d2067
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ namespace :gem do
desc 'Releases the gem'

filename = `gem build ecs-deploy-cli.gemspec 2> /dev/null | grep -E 'File:'`.split(' ').last
`gem push #{filename}`
puts `gem push #{filename}`
end
end
2 changes: 1 addition & 1 deletion lib/ecs_deploy_cli/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module EcsDeployCli
VERSION = '0.2.0'
VERSION = '0.2.1'
end

0 comments on commit b1d2067

Please sign in to comment.