summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-09-01 23:08:58 +0000
committerChef Expeditor <chef-ci@chef.io>2021-09-01 23:08:58 +0000
commit86d0e37a886ce55c804639ab855dfb2a91a3a101 (patch)
tree9be8b3af95b65f66eee7bd0ce7b15868f4b6e66a /chef-bin
parent4c8a6a68856dbd717849411b4b7725ab6a2fe69b (diff)
downloadchef-86d0e37a886ce55c804639ab855dfb2a91a3a101.tar.gz
Bump version to 17.4.45 by Chef Expeditorv17.4.45
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 ccc3c7daa5..cabb11179f 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.44".freeze
+ VERSION = "17.4.45".freeze
end
#