From 1e4b00fc95ddbd7ba39d96941054435d3f385586 Mon Sep 17 00:00:00 2001 From: adamedx Date: Fri, 5 Sep 2014 04:05:50 -0700 Subject: Bump version for 11.16.0.rc.1 release --- lib/chef/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/chef/version.rb b/lib/chef/version.rb index b3672adc20..7275587c3d 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.16.0.rc.0' + VERSION = '11.16.0.rc.1' end # NOTE: the Chef::Version class is defined in version_class.rb -- cgit v1.2.1