summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Versioner <chef-versioner@chef.io>2016-04-09 01:05:11 +0000
committerChef Versioner <chef-versioner@chef.io>2016-04-09 01:05:11 +0000
commite7d602b1225041b5f2815dab235bba901dd8d341 (patch)
tree5a587e7ec39acc397bf653eec69f72f7cad73c38
parent82811df8fd891d9bf00a4ed27eec9efe85836741 (diff)
downloadchef-e7d602b1225041b5f2815dab235bba901dd8d341.tar.gz
Bump version of chef to 12.9.37 by Chef Versioner.v12.9.37
-rw-r--r--VERSION2
-rw-r--r--chef-config/lib/chef-config/version.rb2
-rw-r--r--lib/chef/version.rb2
3 files changed, 3 insertions, 3 deletions
diff --git a/VERSION b/VERSION
index 82a44e694d..99c7723d58 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-12.9.36 \ No newline at end of file
+12.9.37 \ No newline at end of file
diff --git a/chef-config/lib/chef-config/version.rb b/chef-config/lib/chef-config/version.rb
index 8a15c01bf9..7b7913d8de 100644
--- a/chef-config/lib/chef-config/version.rb
+++ b/chef-config/lib/chef-config/version.rb
@@ -21,7 +21,7 @@
module ChefConfig
CHEFCONFIG_ROOT = File.expand_path("../..", __FILE__)
- VERSION = "12.9.36"
+ VERSION = "12.9.37"
end
#
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index 6ba0cfe3d6..8e2bf4d345 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.9.36"
+ VERSION = "12.9.37"
end
#