summaryrefslogtreecommitdiff
path: root/chef-utils/lib/chef-utils/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-10-08 19:54:35 +0000
committerChef Expeditor <chef-ci@chef.io>2021-10-08 19:54:35 +0000
commit8e9c1022bf79fd2641fafb0d64c7668a45c1673e (patch)
tree9375b71c64a8ecd596f4d4bfee9390979a578132 /chef-utils/lib/chef-utils/version.rb
parent3e10178b21f06a457cac208082babe6f98c69b0d (diff)
downloadchef-8e9c1022bf79fd2641fafb0d64c7668a45c1673e.tar.gz
Bump version to 17.7.2 by Chef Expeditorv17.7.2
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-utils/lib/chef-utils/version.rb')
-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 18a061c221..f8f6395685 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.1"
+ VERSION = "17.7.2"
end