diff options
author | Chef Expeditor <chef-ci@chef.io> | 2018-12-18 20:08:57 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2018-12-18 20:08:57 +0000 |
commit | f0e039902c63937ac107675b21c294d00186779b (patch) | |
tree | 757ceae15b4cca66356f1c24ffe195a48cc2c8ea /chef-config | |
parent | 24b38c4bda13ed1e551e194d93d78195f938a9ff (diff) | |
download | chef-f0e039902c63937ac107675b21c294d00186779b.tar.gz |
Bump version to 15.0.112 by Chef Expeditorv15.0.112
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-config')
-rw-r--r-- | chef-config/lib/chef-config/version.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chef-config/lib/chef-config/version.rb b/chef-config/lib/chef-config/version.rb index f69eba9bba..f223b5914f 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 = "15.0.111".freeze + VERSION = "15.0.112".freeze end # |