summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-10-27 00:56:05 +0000
committerChef Expeditor <chef-ci@chef.io>2021-10-27 00:56:05 +0000
commitcf3dca68b17b5c8f35e3eadb318e86c1ed6c59f7 (patch)
treeaa427466d16b3a0ca65faa32311f3e35fb2dde9f /chef-bin
parentd44ab3e41096e37612d885cfce61405f75630d4e (diff)
downloadchef-cf3dca68b17b5c8f35e3eadb318e86c1ed6c59f7.tar.gz
Bump version to 17.7.25 by Chef Expeditorv17.7.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 fad6bf6812..4bd9d92f5c 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 = "17.7.24".freeze
+ VERSION = "17.7.25".freeze
end
#