summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-05-26 06:26:38 +0000
committerChef Expeditor <chef-ci@chef.io>2022-05-26 06:26:38 +0000
commit91bfc9f3cb1da01b0844bd4d926570b00859b1f8 (patch)
tree11598297010ff5f4f3f106bde9b4da7ab4e35ca5 /chef-bin
parentafe29a74e827da1c95f4712db181ad06b7ee91a6 (diff)
downloadchef-91bfc9f3cb1da01b0844bd4d926570b00859b1f8.tar.gz
Bump version to 17.10.16 by Chef Expeditorv17.10.16
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 6d956058fc..4e70232125 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.15".freeze
+ VERSION = "17.10.16".freeze
end
#