summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-07-20 18:03:23 +0000
committerChef Expeditor <chef-ci@chef.io>2020-07-20 18:03:23 +0000
commit9ca84f5fc75068aecfc6b53fd03ec05bcb92a480 (patch)
tree73b9652861c6e1db259daba00a343e339a9cb560 /chef-bin
parent8b965a2f724d7226589d7eeba0c6ec1cda89e36a (diff)
downloadchef-9ca84f5fc75068aecfc6b53fd03ec05bcb92a480.tar.gz
Bump version to 16.3.17 by Chef Expeditorv16.3.17
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 d4c4db0ee8..70527c2915 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 = "16.3.16".freeze
+ VERSION = "16.3.17".freeze
end
#