summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoradamedx <adamed@getchef.com>2014-09-06 23:03:41 -0700
committeradamedx <adamed@getchef.com>2014-09-06 23:03:41 -0700
commitd394dea100f2200668da6ef6aa179c3a4852775a (patch)
tree17e5370d86259f34dc75379f4b4488d2c3b4c4d1
parenta591d0bc63f7f9f84c1ea79e1ccf590212210208 (diff)
downloadchef-11.16.0.tar.gz
Bump version for 11.16.011.16.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 9db546781e..d6eb1301eb 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.2'
+ VERSION = '11.16.0'
end
# NOTE: the Chef::Version class is defined in version_class.rb