diff options
author | Chef Expeditor <chef-ci@chef.io> | 2020-11-24 19:33:35 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2020-11-24 19:33:35 +0000 |
commit | 3d7728a6ae3f7baed8c3d6bd4f1612607f6bce74 (patch) | |
tree | 8d33f326efe9361d090c193db1f38a7d6bcf5af0 /chef-utils | |
parent | f6293d973e73501ae9a9fc8ed59d4b3135e4d689 (diff) | |
download | chef-3d7728a6ae3f7baed8c3d6bd4f1612607f6bce74.tar.gz |
Bump version to 16.7.59 by Chef Expeditorv16.7.59
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-utils')
-rw-r--r-- | chef-utils/lib/chef-utils/version.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chef-utils/lib/chef-utils/version.rb b/chef-utils/lib/chef-utils/version.rb index c3e1ac4917..1fed3bd8b6 100644 --- a/chef-utils/lib/chef-utils/version.rb +++ b/chef-utils/lib/chef-utils/version.rb @@ -16,5 +16,5 @@ module ChefUtils CHEFUTILS_ROOT = File.expand_path("..", __dir__) - VERSION = "16.7.58" + VERSION = "16.7.59" end |