summaryrefslogtreecommitdiff
path: root/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-02-04 00:51:27 +0000
committerChef Expeditor <chef-ci@chef.io>2021-02-04 00:51:30 +0000
commita53c4c4db03e8cf1050af76f285d0d00b0088143 (patch)
tree2c357ebc2176986e5bed19700d591fb80eed084c /chef-utils
parent7800028caec32d8a22b6cdb71594760dc629fff7 (diff)
downloadchef-a53c4c4db03e8cf1050af76f285d0d00b0088143.tar.gz
Bump version to 17.0.75 by Chef Expeditorv17.0.75
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 d3b2269880..08e1ff5398 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.0.74"
+ VERSION = "17.0.75"
end