diff options
author | Chef Expeditor <chef-ci@chef.io> | 2022-03-10 22:53:12 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2022-03-10 22:53:12 +0000 |
commit | 89b939ff5dd7db261a81f3815f3bcb20bca95ee4 (patch) | |
tree | 45833a3de3f7fcdc2d51c1708499f4d07117a4ac /chef-bin | |
parent | 4d26eb5e6493defce4f5027ce33cc320f537564b (diff) | |
download | chef-89b939ff5dd7db261a81f3815f3bcb20bca95ee4.tar.gz |
Bump version to 17.9.60 by Chef Expeditorv17.9.60
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 2fc7f627ae..420797ebc4 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 = "17.9.59".freeze + VERSION = "17.9.60".freeze end # |