From 59d6bc9fb4582efb13fba473998b4c0afbed7c84 Mon Sep 17 00:00:00 2001 From: Nicolas Tremblay Date: Tue, 29 Apr 2025 14:14:50 -0700 Subject: [PATCH] chore: bump to version 1.8 --- codedeploy_agent.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codedeploy_agent.gemspec b/codedeploy_agent.gemspec index 87ddaf3..a865101 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.7.1' + spec.version = '1.8.0' 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'