summaryrefslogtreecommitdiff
path: root/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-10-11 16:20:27 +0000
committerChef Expeditor <chef-ci@chef.io>2021-10-11 16:20:27 +0000
commit93f86e8a76b8dc9e0aa971e10bf9bf78d5114d8a (patch)
treea9311dd335061c5a83b7857e5a00fcafa8e64d62 /chef-utils
parent75ec4fc1e791969b18224cd7d1e3e00e79fdd017 (diff)
downloadchef-93f86e8a76b8dc9e0aa971e10bf9bf78d5114d8a.tar.gz
Bump version to 17.7.3 by Chef Expeditorv17.7.3
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-utils')
-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 f8f6395685..6f6fa25218 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.7.2"
+ VERSION = "17.7.3"
end