From 395de4d4b0ee1a80b623dd23ec8cf27e0bb64b31 Mon Sep 17 00:00:00 2001 From: Vakul Bhatia Date: Thu, 25 Jun 2020 16:27:42 -0700 Subject: [PATCH] Version changes for 1.1.1 release cr https://code.amazon.com/reviews/CR-28372133 --- codedeploy_agent.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codedeploy_agent.gemspec b/codedeploy_agent.gemspec index dd115b2f..0cd70d36 100644 --- a/codedeploy_agent.gemspec +++ b/codedeploy_agent.gemspec @@ -1,6 +1,6 @@ Gem::Specification.new do |spec| spec.name = 'aws_codedeploy_agent' - spec.version = '1.1.0' + spec.version = '1.1.1' spec.summary = 'Packages AWS CodeDeploy agent libraries' spec.description = 'AWS CodeDeploy agent is responsible for doing the actual work of deploying software on an individual EC2 instance' spec.author = 'Amazon Web Services'