diff options
author | adamedx <adamed@getchef.com> | 2014-09-06 23:03:41 -0700 |
---|---|---|
committer | adamedx <adamed@getchef.com> | 2014-09-06 23:03:41 -0700 |
commit | d394dea100f2200668da6ef6aa179c3a4852775a (patch) | |
tree | 17e5370d86259f34dc75379f4b4488d2c3b4c4d1 /lib | |
parent | a591d0bc63f7f9f84c1ea79e1ccf590212210208 (diff) | |
download | chef-d394dea100f2200668da6ef6aa179c3a4852775a.tar.gz |
Bump version for 11.16.011.16.0
Diffstat (limited to 'lib')
-rw-r--r-- | lib/chef/version.rb | 2 |
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 |