diff options
author | danielsdeleo <dan@opscode.com> | 2013-02-01 15:07:05 -0800 |
---|---|---|
committer | danielsdeleo <dan@opscode.com> | 2013-02-01 15:07:05 -0800 |
commit | f1a0a51ee25bd1e8247880888f3d6af4750bbdb9 (patch) | |
tree | 234487359230773a7e818552e39d7a0b648a0f2a /lib/chef/version.rb | |
parent | 3103377037a17d671d9ec7e884b49694d395c812 (diff) | |
download | chef-f1a0a51ee25bd1e8247880888f3d6af4750bbdb9.tar.gz |
bump version and regen docs11.0.0
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 22c5417751..1c928d2d6b 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.rc.0' + VERSION = '11.0.0' end # NOTE: the Chef::Version class is defined in version_class.rb |