diff options
author | Chef Expeditor <chef-ci@chef.io> | 2020-11-11 00:13:01 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2020-11-11 00:13:01 +0000 |
commit | 253bd29de8052c0aa8d31c16926f6376df8d6a52 (patch) | |
tree | b41b8b284487286c1e46d46c2312745d2a9ec191 /chef-utils | |
parent | 67220bf13c16bcbc178dd24a9dbf403e3ef5e399 (diff) | |
download | chef-253bd29de8052c0aa8d31c16926f6376df8d6a52.tar.gz |
Bump version to 16.7.34 by Chef Expeditorv16.7.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 9b6c559762..b41f63e44b 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.33" + VERSION = "16.7.34" end |