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-bin | |
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-bin')
-rw-r--r-- | chef-bin/lib/chef-bin/version.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chef-bin/lib/chef-bin/version.rb b/chef-bin/lib/chef-bin/version.rb index 018a84be7b..49c0a3870f 100644 --- a/chef-bin/lib/chef-bin/version.rb +++ b/chef-bin/lib/chef-bin/version.rb @@ -21,7 +21,7 @@ module ChefBin CHEFBIN_ROOT = File.expand_path("../..", __FILE__) - VERSION = "15.4.58".freeze + VERSION = "15.4.59".freeze end # |