diff options
author | Chef Versioner <chef-versioner@chef.io> | 2016-03-29 22:39:35 +0000 |
---|---|---|
committer | Chef Versioner <chef-versioner@chef.io> | 2016-03-29 22:39:35 +0000 |
commit | 5379c192c70b32a2c9a1fa9debedd26a4c1b98e3 (patch) | |
tree | 22945e1831f81fc96939959a71535e6287e70d87 | |
parent | 8003a67bfcb89a3334f3f39f5e7c1a759b0e7453 (diff) | |
download | chef-5379c192c70b32a2c9a1fa9debedd26a4c1b98e3.tar.gz |
Bump version of chef to 12.9.9 by Chef Versioner.v12.9.9
-rw-r--r-- | VERSION | 2 | ||||
-rw-r--r-- | chef-config/lib/chef-config/version.rb | 2 | ||||
-rw-r--r-- | lib/chef/version.rb | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -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 # |