summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Versioner <chef-versioner@chef.io>2016-05-05 22:13:27 +0000
committerChef Versioner <chef-versioner@chef.io>2016-05-05 22:13:27 +0000
commit3a982b8becf9b06a8e9ed772bb0e3912a5056254 (patch)
tree375562bd9b38bf337ade70174ffbb88d6bcddebd /lib
parent922f4eb9bca3368349700822ba56e823a9fcf656 (diff)
downloadchef-3a982b8becf9b06a8e9ed772bb0e3912a5056254.tar.gz
Bump version of chef to 12.10.37 by Chef Versioner.v12.10.37
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 16918cf25f..9583fd3246 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.10.36"
+ VERSION = "12.10.37"
end
#