diff options
author | Chef Expeditor <chef-ci@chef.io> | 2020-09-08 19:14:12 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2020-09-08 19:14:12 +0000 |
commit | 630e88783bf475a8f5e59cd48eeb8f06a5bdd041 (patch) | |
tree | 0d56dc0a233aac68cb86c9b8907830d2329ee716 /chef-utils | |
parent | 224fdec365fd55d84a3f2f1d85e5285f322b7d7a (diff) | |
download | chef-630e88783bf475a8f5e59cd48eeb8f06a5bdd041.tar.gz |
Bump version to 16.5.34 by Chef Expeditorv16.5.34
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 4d0bfaeedc..e6b7b2f3b0 100644 --- a/chef-utils/lib/chef-utils/version.rb +++ b/chef-utils/lib/chef-utils/version.rb @@ -15,5 +15,5 @@ module ChefUtils CHEFUTILS_ROOT = File.expand_path("..", __dir__) - VERSION = "16.5.33".freeze + VERSION = "16.5.34".freeze end |