summaryrefslogtreecommitdiff
path: root/lib/chef/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-07-20 15:32:05 +0000
committerChef Expeditor <chef-ci@chef.io>2021-07-20 15:32:05 +0000
commitd86088faae6ecdb3affed84b49e1d54652a9e92a (patch)
treec76a0c4969c4ff7b467c03865e81632d23174cf2 /lib/chef/version.rb
parent557db1f760de1667af26cb4da69dcf741d5f23fa (diff)
downloadchef-d86088faae6ecdb3affed84b49e1d54652a9e92a.tar.gz
Bump version to 17.3.44 by Chef Expeditorv17.3.44
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 44168f20bf..d9633c0ec1 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.3.43")
+ VERSION = Chef::VersionString.new("17.3.44")
end
#