summaryrefslogtreecommitdiff
path: root/lib/chef/version.rb
diff options
context:
space:
mode:
authorBryan McLellan <btm@opscode.com>2013-02-06 10:55:41 -0800
committerBryan McLellan <btm@opscode.com>2013-02-06 10:55:41 -0800
commitfd468c3d4a7b6f36b0a2ecfbe1aa15fd179cb602 (patch)
treecf6d64ecc7e815eb2a882f0fb32007b7ceec621f /lib/chef/version.rb
parent6c7c0cca71570f600c598040c67846cc005a4c4d (diff)
downloadchef-fd468c3d4a7b6f36b0a2ecfbe1aa15fd179cb602.tar.gz
11.2.0.rc.111.2.0.rc.1
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 664c889ee3..65ac6f61b2 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.1'
+ VERSION = '11.2.0.rc.1'
end
# NOTE: the Chef::Version class is defined in version_class.rb