summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-01-20 04:55:22 +0000
committerChef Expeditor <chef-ci@chef.io>2021-01-20 04:55:22 +0000
commit5528bc658301f1b0e5ed54a2ae9617c436a1ae5e (patch)
tree66c7ae4b4f4a9101071d1ff07282db5f2e257ca8 /chef-bin
parent9d3367dc2d80116f7737cc3a11b9bccba15583c1 (diff)
downloadchef-5528bc658301f1b0e5ed54a2ae9617c436a1ae5e.tar.gz
Bump version to 16.9.25 by Chef Expeditorv16.9.25
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 e5823e17e0..8999c3004b 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.9.24".freeze
+ VERSION = "16.9.25".freeze
end
#