summaryrefslogtreecommitdiff
path: root/chef-bin
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 /chef-bin
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 'chef-bin')
-rw-r--r--chef-bin/lib/chef-bin/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/chef-bin/lib/chef-bin/version.rb b/chef-bin/lib/chef-bin/version.rb
index f245ab3b4c..ccc3c7daa5 100644
--- a/chef-bin/lib/chef-bin/version.rb
+++ b/chef-bin/lib/chef-bin/version.rb
@@ -21,7 +21,7 @@
module ChefBin
CHEFBIN_ROOT = File.expand_path("..", __dir__)
- VERSION = "17.4.43".freeze
+ VERSION = "17.4.44".freeze
end
#