summaryrefslogtreecommitdiff
path: root/chef-bin
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 /chef-bin
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 '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 1dfa53342c..de37b27394 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.3.43".freeze
+ VERSION = "17.3.44".freeze
end
#