From 7759158d209311917061b9fb6b88f16427090cdc Mon Sep 17 00:00:00 2001 From: sersut Date: Wed, 3 Jul 2013 14:40:37 -0700 Subject: Bump chef version number to 11.6.0.rc.1 --- lib/chef/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/chef') diff --git a/lib/chef/version.rb b/lib/chef/version.rb index b00927e977..adbf7ed6c8 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.0' + VERSION = '11.6.0.rc.1' end # NOTE: the Chef::Version class is defined in version_class.rb -- cgit v1.2.1