summaryrefslogtreecommitdiff
path: root/chef-bin/lib/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-10-21 06:27:32 +0000
committerChef Expeditor <chef-ci@chef.io>2022-10-21 06:27:32 +0000
commitc2c4e6e526655f278a48d6db5015bb2a7fd4609d (patch)
tree06e566b19b61a5d557a6e16217214522cd3da823 /chef-bin/lib/chef-bin
parent2e0053655fcaebab258007ae81c8a839c44d42f9 (diff)
downloadchef-c2c4e6e526655f278a48d6db5015bb2a7fd4609d.tar.gz
Bump version to 17.10.26 by Chef Expeditorv17.10.26
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-bin/lib/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 1aeaaca197..f6cb885d20 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.10.25".freeze
+ VERSION = "17.10.26".freeze
end
#