summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Versioner <chef-versioner@chef.io>2016-04-04 21:46:44 +0000
committerChef Versioner <chef-versioner@chef.io>2016-04-04 21:46:44 +0000
commit90cf8d0a1c64bea5c06bf1957c8e84ebdbf66dd2 (patch)
treeb77b5d310193a1149533412a6a7541b698361970
parent678101bdf560789d2408ce44720732035db978c3 (diff)
downloadchef-90cf8d0a1c64bea5c06bf1957c8e84ebdbf66dd2.tar.gz
Bump version of chef to 12.9.24 by Chef Versioner.v12.9.24
-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 9bf8342b42..8e126a08e2 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-12.9.23 \ No newline at end of file
+12.9.24 \ 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 8cc4bb0b3f..49abea9900 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.23"
+ VERSION = "12.9.24"
end
#
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index 2abf912723..d48adf894c 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.23"
+ VERSION = "12.9.24"
end
#