summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Versioner <chef-versioner@chef.io>2016-10-13 21:43:30 +0000
committerChef Versioner <chef-versioner@chef.io>2016-10-13 21:43:30 +0000
commit7ccd3f9a08bc1e9ca38958ba2b59f2a345a2db61 (patch)
tree65b8c8220eb10407e7659829ff3e1c264771965e /lib
parent511958ced464ed3d82893ab67a5603b3bbe74d7a (diff)
downloadchef-7ccd3f9a08bc1e9ca38958ba2b59f2a345a2db61.tar.gz
Bump version of chef to 12.16.1 by Chef Versioner.v12.16.1
Diffstat (limited to 'lib')
-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 8d385bc29e..ab8b2add2a 100644
--- a/lib/chef/version.rb
+++ b/lib/chef/version.rb
@@ -21,7 +21,7 @@
class Chef
CHEF_ROOT = File.expand_path("../..", __FILE__)
- VERSION = "12.16.0"
+ VERSION = "12.16.1"
end
#