summaryrefslogtreecommitdiff
path: root/lib/chef/version.rb
diff options
context:
space:
mode:
authorChef Versioner <chef-versioner@chef.io>2017-01-17 18:58:18 +0000
committerChef Versioner <chef-versioner@chef.io>2017-01-17 18:58:18 +0000
commitd04aaf2b62a531274cd02ed2514e9692f843f8a2 (patch)
tree944cff7d95e498601d13b98887265b669ba83f91 /lib/chef/version.rb
parent9ba9c3cff10645b1448e424be3a61816aa96f384 (diff)
downloadchef-d04aaf2b62a531274cd02ed2514e9692f843f8a2.tar.gz
Bump version of chef to 12.18.37 by Chef Versioner.v12.18.37
Diffstat (limited to 'lib/chef/version.rb')
-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 fec0cef03a..284665a668 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.36"
+ VERSION = "12.18.37"
end
#