summaryrefslogtreecommitdiff
path: root/lib/chef
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 /lib/chef
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 'lib/chef')
-rw-r--r--lib/chef/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index c44f3c5002..a17d2c0d61 100644
--- a/lib/chef/version.rb
+++ b/lib/chef/version.rb
@@ -23,7 +23,7 @@ require_relative "version_string"
class Chef
CHEF_ROOT = File.expand_path("..", __dir__)
- VERSION = Chef::VersionString.new("17.4.15")
+ VERSION = Chef::VersionString.new("17.4.16")
end
#