summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-08-02 17:14:09 +0000
committerChef Expeditor <chef-ci@chef.io>2021-08-02 17:14:09 +0000
commitff653b97cd269ad03ab7486aefabe46cd4c34a12 (patch)
tree56048a16f141366863d79424b2de796855ee67e4 /chef-bin
parentfdd6b98b529b75991232b353de17f41f059ffd67 (diff)
downloadchef-ff653b97cd269ad03ab7486aefabe46cd4c34a12.tar.gz
Bump version to 17.4.16 by Chef Expeditorv17.4.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 0e0b9ce806..b45c48b959 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.4.15".freeze
+ VERSION = "17.4.16".freeze
end
#