summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Versioner <chef-versioner@chef.io>2016-10-18 16:29:52 +0000
committerChef Versioner <chef-versioner@chef.io>2016-10-18 16:29:52 +0000
commit770ad9a6f575bf21d73c542756aeef311a2a8fbe (patch)
treebcd2b5ffb9be2483d4d53de5f57b4c18464f49d2 /lib
parent401e223cfadfb368c93e0239849f3481dbc727b7 (diff)
downloadchef-770ad9a6f575bf21d73c542756aeef311a2a8fbe.tar.gz
Bump version of chef to 12.16.8 by Chef Versioner.v12.16.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 180f901605..8c459b64c7 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.7"
+ VERSION = "12.16.8"
end
#