summaryrefslogtreecommitdiff
path: root/lib/chef/version.rb
diff options
context:
space:
mode:
authorsersut <serdar@opscode.com>2013-07-11 07:13:59 +0300
committersersut <serdar@opscode.com>2013-07-11 07:13:59 +0300
commit0406a1d1df02a62fcd3f9c2df1df34ff0e876fe4 (patch)
treebc0d3da82bea3ba226a74d28ac9f664885fdc7c8 /lib/chef/version.rb
parent36964fda1d86d5cd19b072dc5d01d7f4c94f4cef (diff)
downloadchef-0406a1d1df02a62fcd3f9c2df1df34ff0e876fe4.tar.gz
Bump the version number to 11.6.0.rc.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 adbf7ed6c8..203554a5de 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.6.0.rc.1'
+ VERSION = '11.6.0.rc.2'
end
# NOTE: the Chef::Version class is defined in version_class.rb