diff options
author | sersut <serdar@opscode.com> | 2014-03-30 13:38:07 -0700 |
---|---|---|
committer | sersut <serdar@opscode.com> | 2014-03-30 13:38:34 -0700 |
commit | cacf2a53a3b789829dd6b5b2956e07cc1aa42931 (patch) | |
tree | abe5de968673dc3907a85e85d200085d354d0d39 /lib/chef/version.rb | |
parent | daa0f2af387df26bf254d5d287c4a27934540b97 (diff) | |
download | chef-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.rb | 2 |
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 |