Skip to content

Commit 3fb5ac3

Browse files
Anandaraju Coimbatore SivarajuAlena Kastsiukavets
authored andcommitted
[Agent 1.1.2] Update version of the agent to 1.1.2
Why is this change needed? --------- Prior to this change, Agent version was set to 1.1.1, so for the new release we need to set to 1.1.2 How does it address the issue? --------- This change will update the patch version of the agent, for new release 1.1.2
1 parent 280e4da commit 3fb5ac3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codedeploy_agent.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Gem::Specification.new do |spec|
22
spec.name = 'aws_codedeploy_agent'
3-
spec.version = '1.1.1'
3+
spec.version = '1.1.2'
44
spec.summary = 'Packages AWS CodeDeploy agent libraries'
55
spec.description = 'AWS CodeDeploy agent is responsible for doing the actual work of deploying software on an individual EC2 instance'
66
spec.author = 'Amazon Web Services'

0 commit comments

Comments
 (0)