diff options
author | Chef Expeditor <chef-ci@chef.io> | 2021-01-12 21:03:34 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2021-01-12 21:03:34 +0000 |
commit | 5503c8f5f7eee96c8e22edf2542ababd87d40f0a (patch) | |
tree | 7309c2194ddec69bb629fa167e4a69d3c878c78c /chef-utils | |
parent | bcfadbaa39ff2592656a625fc68d37c74a7d4dff (diff) | |
download | chef-5503c8f5f7eee96c8e22edf2542ababd87d40f0a.tar.gz |
Bump version to 16.9.19 by Chef Expeditorv16.9.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 c172e8feb4..2475ae1977 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.9.18" + VERSION = "16.9.19" end |