diff options
author | Chef Expeditor <chef-ci@chef.io> | 2022-03-23 18:22:35 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2022-03-23 18:22:35 +0000 |
commit | 4a190091408be9bbbb43b3eeb2c7796788bdcc42 (patch) | |
tree | ee344e1920d6a80ec2a12631bf0c41ee8d15af1b /chef-utils | |
parent | 016d13a7dd3759f2d14629d48bd784a979bc4dcb (diff) | |
download | chef-4a190091408be9bbbb43b3eeb2c7796788bdcc42.tar.gz |
Bump version to 17.10.1 by Chef Expeditorv17.10.1
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 f42cf99f73..875f814ca1 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.10.0" + VERSION = "17.10.1" end |