summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Versioner <chef-versioner@chef.io>2016-05-31 06:55:44 +0000
committerChef Versioner <chef-versioner@chef.io>2016-05-31 06:55:44 +0000
commitf1ae18939d65fe9cabec7e31eb05ee3c3e9b6a2b (patch)
tree6650657a7043704dadcf9d4f112d40e6c30057fd /lib
parenta19e1f778e5a70cddd755c04f39c8babe2ceb2ef (diff)
downloadchef-f1ae18939d65fe9cabec7e31eb05ee3c3e9b6a2b.tar.gz
Bump version of chef to 12.11.8 by Chef Versioner.v12.11.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 2d5b96e666..2bbebf0071 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.11.7"
+ VERSION = "12.11.8"
end
#