summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Versioner <chef-versioner@chef.io>2016-03-29 18:48:41 +0000
committerChef Versioner <chef-versioner@chef.io>2016-03-29 18:48:41 +0000
commit6ad47f43137ad32413316a10ec9805bd1253fbc5 (patch)
treeda191fd54c554f89a89b0fa266e168ad9994f5a4
parent134a972d30af41d7d0ed866c83bf8d8a060f9aa0 (diff)
downloadchef-6ad47f43137ad32413316a10ec9805bd1253fbc5.tar.gz
Bump version of chef to 12.9.6 by Chef Versioner.v12.9.6
-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 1a5d5efa2a..0a67eb6941 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-12.9.5 \ No newline at end of file
+12.9.6 \ 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 482f43193e..c154c10cd9 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.5"
+ VERSION = "12.9.6"
end
#
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index 14a3bbc3f3..889aeb0b8a 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.5"
+ VERSION = "12.9.6"
end
#