summaryrefslogtreecommitdiff
path: root/lib/chef/version.rb
diff options
context:
space:
mode:
authorsersut <serdar@opscode.com>2014-03-30 13:38:07 -0700
committersersut <serdar@opscode.com>2014-03-30 13:38:34 -0700
commitcacf2a53a3b789829dd6b5b2956e07cc1aa42931 (patch)
treeabe5de968673dc3907a85e85d200085d354d0d39 /lib/chef/version.rb
parentdaa0f2af387df26bf254d5d287c4a27934540b97 (diff)
downloadchef-cacf2a53a3b789829dd6b5b2956e07cc1aa42931.tar.gz
Bump the version number for RC release and update shellout and ohai dep versions.
Diffstat (limited to 'lib/chef/version.rb')
-rw-r--r--lib/chef/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index 25f4a5307d..fb8664ccef 100644
--- a/lib/chef/version.rb
+++ b/lib/chef/version.rb
@@ -17,7 +17,7 @@
class Chef
CHEF_ROOT = File.dirname(File.expand_path(File.dirname(__FILE__)))
- VERSION = '11.12.0.alpha.0'
+ VERSION = '11.12.0.rc.0'
end
# NOTE: the Chef::Version class is defined in version_class.rb