summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoradamedx <adamed@getchef.com>2014-09-05 23:40:37 -0700
committeradamedx <adamed@getchef.com>2014-09-05 23:40:37 -0700
commit869f9d8d5467ec117439db337b3341389423fe82 (patch)
treeeeeeafa98fa0dfebf15e51535e318d55a0016a3e
parent210e2ad925f58a531e272f7e3f6c8ab5bc0002dd (diff)
downloadchef-869f9d8d5467ec117439db337b3341389423fe82.tar.gz
Bump version for 11.16.0.rc.2
-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 7275587c3d..9db546781e 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.1'
+ VERSION = '11.16.0.rc.2'
end
# NOTE: the Chef::Version class is defined in version_class.rb