summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Versioner <chef-versioner@chef.io>2017-02-09 13:01:31 +0000
committerChef Versioner <chef-versioner@chef.io>2017-02-09 13:01:31 +0000
commit5fbe0dae6447b19201843abe5625211893cb7bcb (patch)
tree17fe2db2ca10c9a714b10757d10d641cec3f0c80 /lib
parent00c0a84f7a9c50007898470d849769c32d39de11 (diff)
downloadchef-5fbe0dae6447b19201843abe5625211893cb7bcb.tar.gz
Bump version of chef to 12.19.16 by Chef Versioner.v12.19.16
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 138a58f179..14ba76a15b 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.19.15"
+ VERSION = "12.19.16"
end
#