summaryrefslogtreecommitdiff
path: root/chef-bin/lib/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-08-03 23:01:53 +0000
committerChef Expeditor <chef-ci@chef.io>2020-08-03 23:01:53 +0000
commitc8ddd81bc1f608152f222dde367116327004c227 (patch)
tree5045f863f93abf6dbc260f5c0208cb9b9331b81f /chef-bin/lib/chef-bin
parentfc0f1746a6b2a4f68a382e2ef9bd9ff459dc1044 (diff)
downloadchef-c8ddd81bc1f608152f222dde367116327004c227.tar.gz
Bump version to 16.3.59 by Chef Expeditorv16.3.59
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-bin/lib/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 145a747216..c2a20b8694 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.3.58".freeze
+ VERSION = "16.3.59".freeze
end
#