summaryrefslogtreecommitdiff
path: root/chef-utils/lib/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-06-10 00:12:08 +0000
committerChef Expeditor <expeditor@chef.io>2020-06-10 00:12:08 +0000
commitdca426995ee35a65dc22c8cb8a212f7aea92081a (patch)
tree08dd43c52f484f58f904812dfd467df98fac1a6a /chef-utils/lib/chef-utils
parent1a6fff895d4c8bedf155f636858276834470c8e0 (diff)
downloadchef-dca426995ee35a65dc22c8cb8a212f7aea92081a.tar.gz
Bump version to 16.2.24 by Chef Expeditorv16.2.24
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-utils/lib/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 16f2f0e71d..106d146322 100644
--- a/chef-utils/lib/chef-utils/version.rb
+++ b/chef-utils/lib/chef-utils/version.rb
@@ -15,5 +15,5 @@
module ChefUtils
CHEFUTILS_ROOT = File.expand_path("../..", __FILE__)
- VERSION = "16.2.23".freeze
+ VERSION = "16.2.24".freeze
end