diff options
author | Chef Expeditor <chef-ci@chef.io> | 2021-10-22 00:32:54 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2021-10-22 00:32:54 +0000 |
commit | ce70c573c79d966ba94fe7992750fcf470068864 (patch) | |
tree | 2bae53095eb49b1a09d0faa6ace8c45b11d43329 /chef-utils | |
parent | 73c3006a79020bee5f14fca73e6caf556d7e520d (diff) | |
download | chef-ce70c573c79d966ba94fe7992750fcf470068864.tar.gz |
Bump version to 17.7.19 by Chef Expeditorv17.7.19
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 7ffb3758b8..99e53b925e 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 = "17.7.18" + VERSION = "17.7.19" end |