summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJay Mundrawala <jdmundrawala@gmail.com>2015-06-23 13:53:41 -0700
committerJay Mundrawala <jdmundrawala@gmail.com>2015-06-23 13:57:23 -0700
commitecefadbc70c94e179efdafdc84ef2a96fc820e39 (patch)
tree5929c0be53d56aede02e2e40f9ac041b613b4438
parent35e07bb402a215389eb674045cec78364a64a779 (diff)
downloadchef-ecefadbc70c94e179efdafdc84ef2a96fc820e39.tar.gz
We're releasing chef 12.4.0
-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 b53f8861dc..f8c17e7809 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-12.4.0.rc.2
+12.4.0
diff --git a/chef-config/lib/chef-config/version.rb b/chef-config/lib/chef-config/version.rb
index a6bf636540..ac2743779e 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.0.rc.2'
+ VERSION = '12.4.0'
end
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index 80fd422c55..e01cf2cbb6 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.0.rc.2'
+ VERSION = '12.4.0'
end
#