summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoradamedx <adamed@getchef.com>2014-09-05 04:05:50 -0700
committeradamedx <adamed@getchef.com>2014-09-05 04:05:50 -0700
commit1e4b00fc95ddbd7ba39d96941054435d3f385586 (patch)
tree37a6d7d776084085b3a44dee1746d7bd2e67c693
parent9158438fd3cd13a9b5439f493a2238bc638cd2b2 (diff)
downloadchef-1e4b00fc95ddbd7ba39d96941054435d3f385586.tar.gz
Bump version for 11.16.0.rc.1 release11.16.0.rc.1
-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 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