diff options
author | Chef Expeditor <chef-ci@chef.io> | 2022-01-28 15:14:29 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2022-01-28 15:14:33 +0000 |
commit | 719f37ca9fa7e98a8c1986875f0a3bd6d706ec2b (patch) | |
tree | 983d3736138c75efc234c3bc8eb7a97fd6e589e6 /chef-bin | |
parent | 24032c082e4390c346a7167846aac6f2eb7ae195 (diff) | |
download | chef-719f37ca9fa7e98a8c1986875f0a3bd6d706ec2b.tar.gz |
Bump version to 16.17.41 by Chef Expeditorv16.17.41
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-bin')
-rw-r--r-- | chef-bin/lib/chef-bin/version.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chef-bin/lib/chef-bin/version.rb b/chef-bin/lib/chef-bin/version.rb index 1b3f038c4f..a31e7d88ff 100644 --- a/chef-bin/lib/chef-bin/version.rb +++ b/chef-bin/lib/chef-bin/version.rb @@ -21,7 +21,7 @@ module ChefBin CHEFBIN_ROOT = File.expand_path("..", __dir__) - VERSION = "16.17.40".freeze + VERSION = "16.17.41".freeze end # |