summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-03-30 18:10:09 +0000
committerChef Expeditor <chef-ci@chef.io>2022-03-30 18:10:09 +0000
commit977d88b1eb833e56ca60e697518d429f2925221c (patch)
tree898770115521faeebfd213258443976aa210581b /chef-bin
parent71512e27bcbdc0e953b107126292c93e9e6ea009 (diff)
downloadchef-977d88b1eb833e56ca60e697518d429f2925221c.tar.gz
Bump version to 17.10.5 by Chef Expeditorv17.10.5
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 be70f1bce8..bc8ef926f1 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.4".freeze
+ VERSION = "17.10.5".freeze
end
#