summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-11-24 19:33:35 +0000
committerChef Expeditor <chef-ci@chef.io>2020-11-24 19:33:35 +0000
commit3d7728a6ae3f7baed8c3d6bd4f1612607f6bce74 (patch)
tree8d33f326efe9361d090c193db1f38a7d6bcf5af0 /chef-bin
parentf6293d973e73501ae9a9fc8ed59d4b3135e4d689 (diff)
downloadchef-3d7728a6ae3f7baed8c3d6bd4f1612607f6bce74.tar.gz
Bump version to 16.7.59 by Chef Expeditorv16.7.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 2f653e15a5..e9e0661f21 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.7.58".freeze
+ VERSION = "16.7.59".freeze
end
#