summaryrefslogtreecommitdiff
path: root/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-02-05 03:31:39 +0000
committerChef Expeditor <chef-ci@chef.io>2021-02-05 03:31:39 +0000
commitb247aaf6b189d681604beb6a1b1c554a9b651695 (patch)
treee947be96a7d48b3264d3b083c4c046ce9f490ab0 /chef-utils
parent6fe8d77940ed7789df381438bee7270c647f9949 (diff)
downloadchef-b247aaf6b189d681604beb6a1b1c554a9b651695.tar.gz
Bump version to 17.0.80 by Chef Expeditorv17.0.80
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 4f4279707a..6cd2147691 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.79"
+ VERSION = "17.0.80"
end