From d394dea100f2200668da6ef6aa179c3a4852775a Mon Sep 17 00:00:00 2001 From: adamedx Date: Sat, 6 Sep 2014 23:03:41 -0700 Subject: Bump version for 11.16.0 --- lib/chef/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1