summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-04-28 09:12:23 +0000
committerChef Expeditor <chef-ci@chef.io>2022-04-28 09:12:23 +0000
commit147e56d7fac43bcc33b5ad4435f6b475ea00407b (patch)
tree3bcca63e95502f1bc9ed6119ed19203429a9cb87 /chef-bin
parentcdc07aae938b917766bb8955d8b800cc99749607 (diff)
downloadchef-147e56d7fac43bcc33b5ad4435f6b475ea00407b.tar.gz
Bump version to 16.17.59 by Chef Expeditorv16.17.59
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.rb2
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 36afeaafaa..ad392155c0 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.58".freeze
+ VERSION = "16.17.59".freeze
end
#