summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan McLellan <btm@loftninjas.org>2014-09-03 21:16:29 -0400
committerBryan McLellan <btm@loftninjas.org>2014-09-03 21:16:29 -0400
commit7f3c6e5ffce2754f3b06f95a138963ee576ca7fc (patch)
treef6f42da0ba003d64793e628ff08339e11958fff2
parent8eb453964bf9425997016ba1b8ccf4a57827af53 (diff)
downloadchef-7f3c6e5ffce2754f3b06f95a138963ee576ca7fc.tar.gz
Bump version for 11.16.0.rc.0 release.11.16.0.rc.0
-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 b8f9de9dcc..b3672adc20 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.14.6'
+ VERSION = '11.16.0.rc.0'
end
# NOTE: the Chef::Version class is defined in version_class.rb