summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-03-25 23:07:32 +0000
committerChef Expeditor <chef-ci@chef.io>2022-03-25 23:07:32 +0000
commit9ba7caf636121896093effbac6090ef16e31b94a (patch)
tree24370e2f72006f86abc1628cf7b3c83ac1da5084 /chef-bin
parent7bbd932c3ec50c40ab3667511089ebe9e94f8fe7 (diff)
downloadchef-9ba7caf636121896093effbac6090ef16e31b94a.tar.gz
Bump version to 17.10.2 by Chef Expeditorv17.10.2
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 8e8c3a46d9..a796fbf5d9 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.1".freeze
+ VERSION = "17.10.2".freeze
end
#