summaryrefslogtreecommitdiff
path: root/lib/chef/version.rb
diff options
context:
space:
mode:
authordanielsdeleo <dan@opscode.com>2013-02-01 15:07:05 -0800
committerdanielsdeleo <dan@opscode.com>2013-02-01 15:07:05 -0800
commitf1a0a51ee25bd1e8247880888f3d6af4750bbdb9 (patch)
tree234487359230773a7e818552e39d7a0b648a0f2a /lib/chef/version.rb
parent3103377037a17d671d9ec7e884b49694d395c812 (diff)
downloadchef-f1a0a51ee25bd1e8247880888f3d6af4750bbdb9.tar.gz
bump version and regen docs11.0.0
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 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