summaryrefslogtreecommitdiff
path: root/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-11-04 01:44:21 +0000
committerChef Expeditor <chef-ci@chef.io>2020-11-04 01:44:21 +0000
commit69147fc6d93b120040c735318b6fc1d09a638933 (patch)
treebeb0ba2e6f77551ea95b17d5fc6bc88e43bb80f9 /chef-utils
parent957cb60b3070296678c53b3cf2b5bc6093c8f5c6 (diff)
downloadchef-69147fc6d93b120040c735318b6fc1d09a638933.tar.gz
Bump version to 16.7.24 by Chef Expeditorv16.7.24
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 8fca4cb0f5..e3099fe49b 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 = "16.7.23"
+ VERSION = "16.7.24"
end