summaryrefslogtreecommitdiff
path: root/lib/chef/version.rb
diff options
context:
space:
mode:
authorChef Versioner <chef-versioner@chef.io>2016-11-17 02:03:19 +0000
committerChef Versioner <chef-versioner@chef.io>2016-11-17 02:03:19 +0000
commit68ace98b002280a4bc1643149eb0dd94471c5bf5 (patch)
tree7e53905e27f62586b3fccab6e41a777775d88528 /lib/chef/version.rb
parent3401bdbd31ef371e38d6d76738716db3e56b3305 (diff)
downloadchef-68ace98b002280a4bc1643149eb0dd94471c5bf5.tar.gz
Bump version of chef to 12.17.16 by Chef Versioner.v12.17.16
Diffstat (limited to 'lib/chef/version.rb')
-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 c6a6a3581c..d9dd7cdcf5 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.17.15"
+ VERSION = "12.17.16"
end
#