summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Versioner <chef-versioner@chef.io>2016-12-21 17:28:13 +0000
committerChef Versioner <chef-versioner@chef.io>2016-12-21 17:28:13 +0000
commit81e4f3ee85fc4e9bef11c3468dcd1cb8d30f4cea (patch)
treeb279d0d9a972a5c25491d982d77be096dbd1cc00 /lib
parent9c38e31108d55c39e097c4dd6a6fea2f26bcfd48 (diff)
downloadchef-81e4f3ee85fc4e9bef11c3468dcd1cb8d30f4cea.tar.gz
Bump version of chef to 12.18.6 by Chef Versioner.v12.18.6
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 ee18a2005d..aae1508dcf 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.18.5"
+ VERSION = "12.18.6"
end
#