diff options
author | Chef Expeditor <chef-ci@chef.io> | 2021-02-17 19:29:24 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2021-02-17 19:29:24 +0000 |
commit | 9f5f6d6e81b9fcf5ecd05ab70e8af552f387eca1 (patch) | |
tree | 3c41160c03753d9c14a818141430a5799a0dc4b0 /chef-utils | |
parent | d64d4dffc5e7724a40bb02eb7100d1bb59ce3f21 (diff) | |
download | chef-9f5f6d6e81b9fcf5ecd05ab70e8af552f387eca1.tar.gz |
Bump version to 17.0.109 by Chef Expeditorv17.0.109
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 9decff21be..739a5be0f9 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.0.108" + VERSION = "17.0.109" end |