summaryrefslogtreecommitdiff
path: root/chef-bin/lib
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-06-10 02:01:39 +0000
committerChef Expeditor <expeditor@chef.io>2020-06-10 02:01:39 +0000
commitcbc776de43ebfb3a2cf4a29cf41cc80782a9e80a (patch)
tree9674838fb719577ed7867b92daae056936a7dd5d /chef-bin/lib
parent04b241463fca2dbbd4236b01da2915b19afbd6aa (diff)
downloadchef-cbc776de43ebfb3a2cf4a29cf41cc80782a9e80a.tar.gz
Bump version to 16.2.25 by Chef Expeditorv16.2.25
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-bin/lib')
-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 b39c9a8ebc..ea1ddb4a8d 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.24".freeze
+ VERSION = "16.2.25".freeze
end
#