summaryrefslogtreecommitdiff
path: root/chef-bin/lib/chef-bin/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-05-29 00:14:42 +0000
committerChef Expeditor <expeditor@chef.io>2020-05-29 00:14:43 +0000
commita3f9e008aa7c5af9d9278e0a15b88a4c14ca78c5 (patch)
treef617ccc9c089e7e45d47337aa94ee8acca288307 /chef-bin/lib/chef-bin/version.rb
parent4669d57469dff2257995591a45dd17eeb0401832 (diff)
downloadchef-a3f9e008aa7c5af9d9278e0a15b88a4c14ca78c5.tar.gz
Bump version to 16.2.5 by Chef Expeditorv16.2.5
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 d806c51b19..36ffac15de 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.2.4".freeze
+ VERSION = "16.2.5".freeze
end
#