summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-02-04 17:59:18 +0000
committerChef Expeditor <chef-ci@chef.io>2022-02-04 17:59:21 +0000
commit8c943b83bd1edf92c47c9ecceac3565d9194b3db (patch)
tree0d8160dbda0d11ec77ee86951ac3511a891fff4c /chef-bin
parent188192a2f07eb8d0726cff22ced08b788f93216b (diff)
downloadchef-8c943b83bd1edf92c47c9ecceac3565d9194b3db.tar.gz
Bump version to 17.9.44 by Chef Expeditorv17.9.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 8a5913ca2b..9c6a892d5b 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.9.43".freeze
+ VERSION = "17.9.44".freeze
end
#