summaryrefslogtreecommitdiff
path: root/lib/chef/version.rb
diff options
context:
space:
mode:
authordanielsdeleo <dan@opscode.com>2013-01-21 12:59:32 -0800
committerdanielsdeleo <dan@opscode.com>2013-01-21 12:59:32 -0800
commitcaaf48f0c04ff749ef1526a85a3c0e62cfc9715c (patch)
treeedd5feeeb6932d838068ba0e61997301d141d231 /lib/chef/version.rb
parentbfe59224611730b3779348bb94cdd5e75b34107c (diff)
downloadchef-caaf48f0c04ff749ef1526a85a3c0e62cfc9715c.tar.gz
version bump to 11.0.0 beta 0; regen docs11.0.0.beta.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 929466a35a..79be8447c9 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.alpha'
+ VERSION = '11.0.0.beta.0'
end
# NOTE: the Chef::Version class is defined in version_class.rb