summaryrefslogtreecommitdiff
path: root/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-02-07 19:55:53 +0000
committerChef Expeditor <chef-ci@chef.io>2021-02-07 19:55:53 +0000
commit76c424a5f7912cd6765493e6b6f017b9a33a6108 (patch)
tree0ea8ffa0f6ca7a3a766aa30c5870ffd7ca82d5df /chef-utils
parent00c097c01d94595654d3c1c153326f99580119a2 (diff)
downloadchef-76c424a5f7912cd6765493e6b6f017b9a33a6108.tar.gz
Bump version to 17.0.82 by Chef Expeditorv17.0.82
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 aa4d3a8096..99bbb0c84b 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.81"
+ VERSION = "17.0.82"
end