diff options
author | Chef Expeditor <expeditor@chef.io> | 2019-11-01 20:41:45 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2019-11-01 20:41:45 +0000 |
commit | 192cbe2d20f0bdd090e68c3f4d3151a82563e5dc (patch) | |
tree | 6335b77d055c707163163cbfaabb08dbec7942e1 /chef-config | |
parent | b40133b7bd6a9307abc15bec3e13cb28147663a6 (diff) | |
download | chef-192cbe2d20f0bdd090e68c3f4d3151a82563e5dc.tar.gz |
Bump version to 15.4.59 by Chef Expeditorv15.4.59
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 f24aca5a50..f97292413c 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.4.58".freeze + VERSION = "15.4.59".freeze end # |