diff options
author | Chef Expeditor <chef-ci@chef.io> | 2023-04-18 20:43:21 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2023-04-18 20:43:23 +0000 |
commit | 9072d415bcdca5b4fd1e49c8a9a1f542d2978d72 (patch) | |
tree | 9c2ebd519434a672a107b83ee6780b96fa66d937 /chef-utils | |
parent | ed530a640060ea5e35826d87bb83d865e43a2ffc (diff) | |
download | chef-9072d415bcdca5b4fd1e49c8a9a1f542d2978d72.tar.gz |
Bump version to 17.10.41 by Chef Expeditorv17.10.41
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 4d60e938e8..d3a7f841eb 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.40" + VERSION = "17.10.41" end |