diff options
author | sersut <serdar@opscode.com> | 2013-07-03 14:40:37 -0700 |
---|---|---|
committer | sersut <serdar@opscode.com> | 2013-07-03 14:40:37 -0700 |
commit | 7759158d209311917061b9fb6b88f16427090cdc (patch) | |
tree | 50c0602c0110f0222d267231bf5946146aeef18d /lib/chef/version.rb | |
parent | 4f206a76d8fe30e29156bbe50d54bc701d23c0b8 (diff) | |
download | chef-7759158d209311917061b9fb6b88f16427090cdc.tar.gz |
Bump chef version number to 11.6.0.rc.1
Diffstat (limited to 'lib/chef/version.rb')
-rw-r--r-- | lib/chef/version.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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 |