diff options
author | Chef Expeditor <chef-ci@chef.io> | 2021-11-30 20:20:27 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2021-11-30 20:20:27 +0000 |
commit | 7abda1bca8494ea60a95acbfbaeb1a26cb2df059 (patch) | |
tree | 941e85007c4e48958b0e9fb0f2aa85ecab59a62b /chef-utils | |
parent | 5c4402058d3a772e90081c02f3c803e9a1ab51cf (diff) | |
download | chef-7abda1bca8494ea60a95acbfbaeb1a26cb2df059.tar.gz |
Bump version to 17.8.19 by Chef Expeditorv17.8.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 13b2991803..2a2134bdc4 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.8.18" + VERSION = "17.8.19" end |