diff options
author | Chef Expeditor <chef-ci@chef.io> | 2020-07-23 21:49:57 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2020-07-23 21:49:57 +0000 |
commit | e48341724607e2fdfecfe74f2a7b80ea1ff6185a (patch) | |
tree | fbbd3737f55f6e810c8dbeef9068a1f074310fab /chef-utils | |
parent | 12ffef41c2caa2b04c57120646b93fcdc09f5534 (diff) | |
download | chef-e48341724607e2fdfecfe74f2a7b80ea1ff6185a.tar.gz |
Bump version to 16.3.30 by Chef Expeditorv16.3.30
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 98985848d1..2c54ee9e44 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.3.29".freeze + VERSION = "16.3.30".freeze end |