summaryrefslogtreecommitdiff
path: root/lib/chef
diff options
context:
space:
mode:
authorChef Versioner <chef-versioner@chef.io>2016-10-21 15:10:12 +0000
committerChef Versioner <chef-versioner@chef.io>2016-10-21 15:10:12 +0000
commit0a24ad41c1f21224fb3b7b090dc4c4c649e5312d (patch)
tree39b6930ce1952f9c64a1aa16496229e9acbd5264 /lib/chef
parent7143369570e38c1347309ccf6049ac756afc2926 (diff)
downloadchef-0a24ad41c1f21224fb3b7b090dc4c4c649e5312d.tar.gz
Bump version of chef to 12.16.19 by Chef Versioner.v12.16.19
Diffstat (limited to 'lib/chef')
-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 fb6f7a5ca5..2dbf03b0aa 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.18"
+ VERSION = "12.16.19"
end
#