summaryrefslogtreecommitdiff
path: root/lib/chef/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-09-30 03:22:45 +0000
committerChef Expeditor <chef-ci@chef.io>2021-09-30 03:22:45 +0000
commit5798c4df57913bb07b83d527b6bb164f76044bc9 (patch)
tree45e69e09dd2eaf0a8fdfe966a4928e504a1c4a68 /lib/chef/version.rb
parent6d1eeb42339cad2302705e5734dddc0d5c98b64b (diff)
downloadchef-5798c4df57913bb07b83d527b6bb164f76044bc9.tar.gz
Bump version to 16.16.4 by Chef Expeditorv16.16.4
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'lib/chef/version.rb')
-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 fe2b783afa..614a1c6c38 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("16.16.3")
+ VERSION = Chef::VersionString.new("16.16.4")
end
#