diff options
author | Chef Expeditor <expeditor@chef.io> | 2020-01-30 18:35:50 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2020-01-30 18:35:50 +0000 |
commit | 901178799467a9d48718ffcb56ea4859221d1763 (patch) | |
tree | bdcbd257a3ac59737a5aea4a908812f1a6a7e9dc /chef-utils | |
parent | 0f2db947c81e0af30e9b3aa6bed89daf91182a7b (diff) | |
download | chef-901178799467a9d48718ffcb56ea4859221d1763.tar.gz |
Bump version to 16.0.34 by Chef Expeditorv16.0.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 64658e7099..3ac529ea82 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("../..", __FILE__) - VERSION = "16.0.33".freeze + VERSION = "16.0.34".freeze end |