From 5c7a894ed9776fda47d5c1b36568e0622aa6654c Mon Sep 17 00:00:00 2001 From: Nathaniel Eliot Date: Wed, 25 Jan 2017 21:25:23 -0600 Subject: [PATCH] Bump version to 1.4.3 --- lib/cloudformation-ruby-dsl/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/cloudformation-ruby-dsl/version.rb b/lib/cloudformation-ruby-dsl/version.rb index dd63065..c815183 100644 --- a/lib/cloudformation-ruby-dsl/version.rb +++ b/lib/cloudformation-ruby-dsl/version.rb @@ -15,7 +15,7 @@ module Cfn module Ruby module Dsl - VERSION = "1.4.2" + VERSION = "1.4.3" end end end