summaryrefslogtreecommitdiff
path: root/chef-bin/lib/chef-bin/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-02-07 01:50:13 +0000
committerChef Expeditor <expeditor@chef.io>2020-02-07 01:50:13 +0000
commitec138c42552d11c228ed5456685a4552f7a66c6d (patch)
treefecbd9a6cab98f00e1df7ca4e6e0ff39170aca77 /chef-bin/lib/chef-bin/version.rb
parentb0ce2127e157eaf31fbb72535ad750a4c5069611 (diff)
downloadchef-ec138c42552d11c228ed5456685a4552f7a66c6d.tar.gz
Bump version to 16.0.58 by Chef Expeditorv16.0.58
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-bin/lib/chef-bin/version.rb')
-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 75c8bdb412..fe1647e496 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("../..", __FILE__)
- VERSION = "16.0.57".freeze
+ VERSION = "16.0.58".freeze
end
#