diff options
author | Chef Expeditor <expeditor@chef.io> | 2020-06-17 17:56:49 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2020-06-17 17:56:49 +0000 |
commit | d208a1328a1138c6c1449870161e0a73c120dc17 (patch) | |
tree | 166d6c660f27c1d7400a3df7e279db4e237f6073 /chef-bin | |
parent | 367d349fc12a0b5dd719fbfe143679c67c94dbb7 (diff) | |
download | chef-d208a1328a1138c6c1449870161e0a73c120dc17.tar.gz |
Bump version to 16.2.41 by Chef Expeditorv16.2.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 ed68806ea5..32b32f5c0d 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("../..", __FILE__) - VERSION = "16.2.40".freeze + VERSION = "16.2.41".freeze end # |