summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Versioner <chef-versioner@chef.io>2016-04-08 01:25:22 +0000
committerChef Versioner <chef-versioner@chef.io>2016-04-08 01:25:22 +0000
commit18cee837bef5ee39f1ccde2fe32443d82a4f8095 (patch)
tree520627e4ed57c90887f9dd407aadbe5d3696fecb
parent63761d702982103799239e298120c45909d610af (diff)
downloadchef-18cee837bef5ee39f1ccde2fe32443d82a4f8095.tar.gz
Bump version of chef to 12.9.36 by Chef Versioner.v12.9.36
-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 574c19ad18..82a44e694d 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-12.9.35 \ No newline at end of file
+12.9.36 \ 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 2be75861d1..8a15c01bf9 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.35"
+ VERSION = "12.9.36"
end
#
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index 56e36e89d2..6ba0cfe3d6 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.35"
+ VERSION = "12.9.36"
end
#