diff options
author | Chef Expeditor <chef-ci@chef.io> | 2021-11-30 20:26:21 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2021-11-30 20:26:21 +0000 |
commit | 8b267e2117bc8c4bad9667274a2665210a25adcd (patch) | |
tree | fc297ca51aee7141d781529ee2b102f8395ceeee /chef-utils | |
parent | cc1c5d98afd8c14ad0e8b5fd94d96bbdbefc3650 (diff) | |
download | chef-8b267e2117bc8c4bad9667274a2665210a25adcd.tar.gz |
Bump version to 17.8.20 by Chef Expeditorv17.8.20
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 2a2134bdc4..9fb3b1525d 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.19" + VERSION = "17.8.20" end |