summaryrefslogtreecommitdiff
path: root/lib/chef/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-12-30 19:44:35 +0000
committerChef Expeditor <chef-ci@chef.io>2020-12-30 19:44:35 +0000
commitb5a3528d7ab35993fc4b6eba864a43035c9367ca (patch)
tree0127902dbd8945ce7ace69a9f72a3c4de9b27991 /lib/chef/version.rb
parent7654dd924f01abc9429717cb42fdfab96b0939d9 (diff)
downloadchef-b5a3528d7ab35993fc4b6eba864a43035c9367ca.tar.gz
Bump version to 16.9.4 by Chef Expeditorv16.9.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 fdbece1f7a..48546d735a 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.9.3")
+ VERSION = Chef::VersionString.new("16.9.4")
end
#