summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Versioner <chef-versioner@chef.io>2016-07-05 19:29:32 +0000
committerChef Versioner <chef-versioner@chef.io>2016-07-05 19:29:32 +0000
commita5f6e94eb097c5c16fab4c5be595ce889227ca4c (patch)
tree99558565d771b730954394d9ba2c4f1dcd9debcf /lib
parent0d584cae915a9fd84ba2f212739f1621abb10f19 (diff)
downloadchef-a5f6e94eb097c5c16fab4c5be595ce889227ca4c.tar.gz
Bump version of chef to 12.12.18 by Chef Versioner.v12.12.18
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 34ad30d34d..685ad52be9 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.12.17"
+ VERSION = "12.12.18"
end
#