summaryrefslogtreecommitdiff
path: root/lib/chef
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-09-01 22:36:27 +0000
committerChef Expeditor <chef-ci@chef.io>2021-09-01 22:36:27 +0000
commit66e16bb4039bedda7fdeb014bed96b387f221871 (patch)
tree84b1d80054f35545f1c75078e1a0d52b60e1a85c /lib/chef
parentb0c22c533d67a6abb6b7e07216f6be2536c07a60 (diff)
downloadchef-66e16bb4039bedda7fdeb014bed96b387f221871.tar.gz
Bump version to 17.4.44 by Chef Expeditorv17.4.44
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 0325eda1ed..2ab6233435 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.43")
+ VERSION = Chef::VersionString.new("17.4.44")
end
#