Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit b1d2067

Browse files
committed
:fix: version bump
1 parent a98180f commit b1d2067

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ namespace :gem do
44
desc 'Releases the gem'
55

66
filename = `gem build ecs-deploy-cli.gemspec 2> /dev/null | grep -E 'File:'`.split(' ').last
7-
`gem push #{filename}`
7+
puts `gem push #{filename}`
88
end
99
end

lib/ecs_deploy_cli/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module EcsDeployCli
4-
VERSION = '0.2.0'
4+
VERSION = '0.2.1'
55
end

0 commit comments

Comments
 (0)