summaryrefslogtreecommitdiff
path: root/lib/chef/version.rb
diff options
context:
space:
mode:
authordanielsdeleo <dan@opscode.com>2013-01-29 19:06:12 -0800
committerdanielsdeleo <dan@opscode.com>2013-01-29 19:06:12 -0800
commit4ccf08ee18121afe535b76698f66ac9bd9f0b0a5 (patch)
treea501642457c769bb71ae8af5a1866ae514bd63fa /lib/chef/version.rb
parent74d1f3a10a559cd0e72b3d9946faaa9e7c958649 (diff)
downloadchef-4ccf08ee18121afe535b76698f66ac9bd9f0b0a5.tar.gz
version bump to 11.0.0.beta.2, regen docs11.0.0.beta.2
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 45ed60d78f..5eeb9357be 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.1'
+ VERSION = '11.0.0.beta.2'
end
# NOTE: the Chef::Version class is defined in version_class.rb