summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Versioner <chef-versioner@chef.io>2016-11-15 17:55:06 +0000
committerChef Versioner <chef-versioner@chef.io>2016-11-15 17:55:06 +0000
commitaa13c0639259219213cc938f27ec0365ddfe183f (patch)
tree35a8565028246d711c842221dfb8c1da6359f0af /lib
parent67a8d4dd04fe6215a2251186108864496707b39e (diff)
downloadchef-aa13c0639259219213cc938f27ec0365ddfe183f.tar.gz
Bump version of chef to 12.17.8 by Chef Versioner.v12.17.8
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 3c45b80069..4e5ac91eb3 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.7"
+ VERSION = "12.17.8"
end
#