summaryrefslogtreecommitdiff
path: root/lib/chef/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-08-04 18:13:49 +0000
committerChef Expeditor <chef-ci@chef.io>2020-08-04 18:13:53 +0000
commit1217a9de41f4439a6f0ae6cc6aae32ac21d71053 (patch)
treee35d5a2d5a7b37fa1456e7071348cb05f8d505aa /lib/chef/version.rb
parent4b45d17950561032008f5664912022fde4770d37 (diff)
downloadchef-1217a9de41f4439a6f0ae6cc6aae32ac21d71053.tar.gz
Bump version to 16.4.4 by Chef Expeditorv16.4.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 95c7af943c..671d468dc1 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.4.3")
+ VERSION = Chef::VersionString.new("16.4.4")
end
#