diff options
author | Chef Versioner <chef-versioner@chef.io> | 2016-03-29 18:48:41 +0000 |
---|---|---|
committer | Chef Versioner <chef-versioner@chef.io> | 2016-03-29 18:48:41 +0000 |
commit | 6ad47f43137ad32413316a10ec9805bd1253fbc5 (patch) | |
tree | da191fd54c554f89a89b0fa266e168ad9994f5a4 | |
parent | 134a972d30af41d7d0ed866c83bf8d8a060f9aa0 (diff) | |
download | chef-6ad47f43137ad32413316a10ec9805bd1253fbc5.tar.gz |
Bump version of chef to 12.9.6 by Chef Versioner.v12.9.6
-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.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 # |