diff options
author | Chef Versioner <chef-versioner@chef.io> | 2016-03-29 08:40:31 +0000 |
---|---|---|
committer | Chef Versioner <chef-versioner@chef.io> | 2016-03-29 08:40:31 +0000 |
commit | bd272751f4493b4414802490b068dd0196fabf02 (patch) | |
tree | 4436da41776c49b5e294865288fee65c54612051 | |
parent | 1cd79c2d66a635d0febd0cf7ed1cc2f4ab59937e (diff) | |
download | chef-bd272751f4493b4414802490b068dd0196fabf02.tar.gz |
Bump version of chef to 12.9.5 by Chef Versioner.v12.9.5
-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.4
\ No newline at end of file +12.9.5
\ 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 e27aac79d0..482f43193e 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.4" + VERSION = "12.9.5" end # diff --git a/lib/chef/version.rb b/lib/chef/version.rb index 241017578e..14a3bbc3f3 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.4" + VERSION = "12.9.5" end # |