From d0b9b288c0beb609215fabb28a7f74c4dcf2a485 Mon Sep 17 00:00:00 2001 From: Gus Vine Date: Wed, 20 Apr 2022 12:02:37 +1000 Subject: [PATCH] bump version to 0.4.2 --- ciinabox-ecs.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ciinabox-ecs.gemspec b/ciinabox-ecs.gemspec index a53128f..aba4056 100644 --- a/ciinabox-ecs.gemspec +++ b/ciinabox-ecs.gemspec @@ -3,7 +3,7 @@ require 'date' Gem::Specification.new do |s| s.name = 'ciinabox-ecs' - s.version = '0.4.1' + s.version = '0.4.2' s.version = "#{s.version}.alpha.#{Time.now.getutc.to_i}" if ENV['TRAVIS'] and ENV['TRAVIS_BRANCH'] != 'master' s.date = Date.today.to_s s.summary = 'Manage ciinabox on Aws Ecs'