diff options
author | Chef Expeditor <chef-ci@chef.io> | 2021-06-16 23:14:39 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2021-06-16 23:14:39 +0000 |
commit | 42ab695e89aa2a933359bfa6498c486704dd03ed (patch) | |
tree | 26a827c8f445a1475b61ab328dfc849a2f861b97 /chef-utils | |
parent | 5a714f4bd330922b33d1a29b5c2887b684263f53 (diff) | |
download | chef-42ab695e89aa2a933359bfa6498c486704dd03ed.tar.gz |
Bump version to 16.13.34 by Chef Expeditorv16.13.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 6222890bd7..2d200d69ea 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.13.33" + VERSION = "16.13.34" end |