summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThom May <thom@chef.io>2015-05-21 14:49:12 +0100
committerThom May <thom@chef.io>2015-05-21 14:49:12 +0100
commit97dade9fe58a044d0d5607dc46ddbd577871123a (patch)
treea71bacd5ee7f6a3c7196e5740f116e9c8e2c5afa
parent02fc1ae0f2beed491ea3a8b56c596ea447334aec (diff)
downloadchef-tm/12.4.0rc.tar.gz
Bump all version numbers12.4.0.rc.0tm/12.4.0rc12.4.0rc
-rw-r--r--VERSION2
-rw-r--r--chef-config/lib/chef-config/version.rb2
2 files changed, 2 insertions, 2 deletions
diff --git a/VERSION b/VERSION
index 1e37dfcda9..5765652ec7 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-12.4.0.dev.0
+12.4.0.rc.0
diff --git a/chef-config/lib/chef-config/version.rb b/chef-config/lib/chef-config/version.rb
index 2371f31d98..42f2b7b991 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.dev.0'
+ VERSION = '12.4.0.rc.0'
end