summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-02-04 17:59:53 +0000
committerChef Expeditor <chef-ci@chef.io>2022-02-04 17:59:56 +0000
commit39203e634ff6ccaf8ec6ecfcbb73d5873c6fea62 (patch)
tree8adc54c85125b278bc5bdc0e0fd1a6315e10744c /chef-bin
parent7e0159b0386e6b6f2145414bbd29071b086ef895 (diff)
downloadchef-39203e634ff6ccaf8ec6ecfcbb73d5873c6fea62.tar.gz
Bump version to 16.17.44 by Chef Expeditorv16.17.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 af0eb4d6ce..f2098b285a 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 = "16.17.43".freeze
+ VERSION = "16.17.44".freeze
end
#