diff options
author | danielsdeleo <dan@opscode.com> | 2013-02-01 12:11:31 -0800 |
---|---|---|
committer | danielsdeleo <dan@opscode.com> | 2013-02-01 12:11:31 -0800 |
commit | 3103377037a17d671d9ec7e884b49694d395c812 (patch) | |
tree | 2434ffb4bdc2d339e9c47bf2b8b4162661b2a49c /lib | |
parent | 4ccf08ee18121afe535b76698f66ac9bd9f0b0a5 (diff) | |
download | chef-3103377037a17d671d9ec7e884b49694d395c812.tar.gz |
bump to 11.0.0 rc 0, regen docs11.0.0.rc.0
Diffstat (limited to 'lib')
-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 5eeb9357be..22c5417751 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.0.0.beta.2' + VERSION = '11.0.0.rc.0' end # NOTE: the Chef::Version class is defined in version_class.rb |