diff options
author | Chef Expeditor <chef-ci@chef.io> | 2022-01-27 17:43:02 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2022-01-27 17:43:02 +0000 |
commit | 7709b966d838af642fa8d665a7dec6674e4ff483 (patch) | |
tree | 6016d0b9744cdb29a9020a18ab442af61ca70699 /chef-bin | |
parent | cbeb8cf0dffb8fbe54c7e5bf1eaa8ab113efb54e (diff) | |
download | chef-7709b966d838af642fa8d665a7dec6674e4ff483.tar.gz |
Bump version to 16.17.39 by Chef Expeditorv16.17.39
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 20339be7bc..bb1b466992 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.38".freeze + VERSION = "16.17.39".freeze end # |