summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-10-12 13:54:31 +0000
committerChef Expeditor <chef-ci@chef.io>2022-10-12 13:54:31 +0000
commit062079874d9f65e4c1122700a90e838f946ce26b (patch)
tree64504c2c7dc1af4e404c8e84b75ed3733eff3670 /chef-bin
parent7d2475df14f99a5f97d1cb1747de9c3156b61733 (diff)
downloadchef-062079874d9f65e4c1122700a90e838f946ce26b.tar.gz
Bump version to 17.10.20 by Chef Expeditorv17.10.20
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 22c3122c3e..7fcce3fbab 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.19".freeze
+ VERSION = "17.10.20".freeze
end
#