diff options
author | Chef Expeditor <chef-ci@chef.io> | 2018-11-09 23:24:02 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2018-11-09 23:24:02 +0000 |
commit | b161757e090d7b4e09bf240b8c89efd51a083d00 (patch) | |
tree | 9ce263c4d8a483c8c5c9ac8ab2173aa801b7a2a2 /chef-config | |
parent | a5451d119b23e16975e099369e9e44b3658a1e61 (diff) | |
download | chef-b161757e090d7b4e09bf240b8c89efd51a083d00.tar.gz |
Bump version to 15.0.58 by Chef Expeditorv15.0.58
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 f7f6932e25..21d47d3d39 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.57".freeze + VERSION = "15.0.58".freeze end # |