summaryrefslogtreecommitdiff
path: root/chef-utils/lib
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-utils/lib
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-utils/lib')
-rw-r--r--chef-utils/lib/chef-utils/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/chef-utils/lib/chef-utils/version.rb b/chef-utils/lib/chef-utils/version.rb
index c48c40e83d..cd9211ded2 100644
--- a/chef-utils/lib/chef-utils/version.rb
+++ b/chef-utils/lib/chef-utils/version.rb
@@ -16,5 +16,5 @@
module ChefUtils
CHEFUTILS_ROOT = File.expand_path("..", __dir__)
- VERSION = "17.4.44"
+ VERSION = "17.4.45"
end