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-26 14:05:37 +0100
commitc68e7a0eca68a75a645e81c488335837babb76be (patch)
tree11e7687af59f7dfccd8dac0b9aedb87c71a7036e
parent4664b73dc46aa7b31f5471e668a575da96250af0 (diff)
downloadchef-c68e7a0eca68a75a645e81c488335837babb76be.tar.gz
Bump all version numbers
-rw-r--r--CHANGELOG.md3
-rw-r--r--VERSION2
-rw-r--r--chef-config/lib/chef-config/version.rb2
-rw-r--r--lib/chef/version.rb2
4 files changed, 5 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6e94990631..a739e4b5e1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,5 @@
-## Unreleased
+## 12.4.0
+
* [**Phil Dibowitz**](https://github.com/jaymzh):
Fix multipackage and architectures
* [**Igor Shpakov**](https://github.com/Igorshp):
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
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index f7466084b6..f4cf71c002 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.dev.0'
+ VERSION = '12.4.0.rc.0'
end
#