summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-10-27 14:35:45 +0000
committerChef Expeditor <chef-ci@chef.io>2021-10-27 14:35:45 +0000
commit3f6fe37533dd5e2fa03de753f2a7de01e46ac920 (patch)
tree591959ff923110981b25c310d6049435627a4dc0 /chef-bin
parentede42c858d735bde1ee2e8173267881cfa707159 (diff)
downloadchef-3f6fe37533dd5e2fa03de753f2a7de01e46ac920.tar.gz
Bump version to 17.7.26 by Chef Expeditorv17.7.26
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 4bd9d92f5c..1f5f9a6664 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.25".freeze
+ VERSION = "17.7.26".freeze
end
#