summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Versioner <chef-versioner@chef.io>2016-03-29 22:39:35 +0000
committerChef Versioner <chef-versioner@chef.io>2016-03-29 22:39:35 +0000
commit5379c192c70b32a2c9a1fa9debedd26a4c1b98e3 (patch)
tree22945e1831f81fc96939959a71535e6287e70d87
parent8003a67bfcb89a3334f3f39f5e7c1a759b0e7453 (diff)
downloadchef-5379c192c70b32a2c9a1fa9debedd26a4c1b98e3.tar.gz
Bump version of chef to 12.9.9 by Chef Versioner.v12.9.9
-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 de785beaba..c4b8ef78ea 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-12.9.8 \ No newline at end of file
+12.9.9 \ 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 adb6f70717..0843eb7307 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.8"
+ VERSION = "12.9.9"
end
#
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index 6b50885dcf..908e433956 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.8"
+ VERSION = "12.9.9"
end
#