summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-08-10 17:16:56 +0000
committerChef Expeditor <chef-ci@chef.io>2020-08-10 17:16:56 +0000
commitd893c58194ae64b3615258b1fa13959d32d5f94c (patch)
tree566a10e890f70f83da659737e9ea7c011253aa94 /chef-bin
parent0c9744cdb82b13c890f207e88b0b74e611527023 (diff)
downloadchef-d893c58194ae64b3615258b1fa13959d32d5f94c.tar.gz
Bump version to 16.4.17 by Chef Expeditorv16.4.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 ab62fe28f7..58ce88120b 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.4.16".freeze
+ VERSION = "16.4.17".freeze
end
#