summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKartik Null Cating-Subramanian <ksubramanian@chef.io>2015-09-23 14:49:25 -0400
committerKartik Null Cating-Subramanian <ksubramanian@chef.io>2015-09-23 14:49:25 -0400
commitb306b12b7167f03257e179f714b9eecd0319828f (patch)
treed9680e8c438948e41b615a7ef898269aea7087ac
parent047e611ba9c7c900a64dd3c4665ab882d1231006 (diff)
downloadchef-b306b12b7167f03257e179f714b9eecd0319828f.tar.gz
Bump to 12.4.312.4.3
-rw-r--r--VERSION2
-rw-r--r--chef-config/lib/chef-config/version.rb2
-rw-r--r--lib/chef/version.rb2
3 files changed, 3 insertions, 3 deletions
diff --git a/VERSION b/VERSION
index efcb73eed7..9f3bdf87a9 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-12.4.2
+12.4.3
diff --git a/chef-config/lib/chef-config/version.rb b/chef-config/lib/chef-config/version.rb
index 38e5bb82f7..89be10c5c9 100644
--- a/chef-config/lib/chef-config/version.rb
+++ b/chef-config/lib/chef-config/version.rb
@@ -20,6 +20,6 @@
#!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
module ChefConfig
- VERSION = '12.4.2'
+ VERSION = '12.4.3'
end
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index 308fb64272..67f88b7678 100644
--- a/lib/chef/version.rb
+++ b/lib/chef/version.rb
@@ -21,7 +21,7 @@
class Chef
CHEF_ROOT = File.dirname(File.expand_path(File.dirname(__FILE__)))
- VERSION = '12.4.2'
+ VERSION = '12.4.3'
end
#