summaryrefslogtreecommitdiff
path: root/chef-utils/lib/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-04-24 02:15:31 +0000
committerChef Expeditor <expeditor@chef.io>2020-04-24 02:15:31 +0000
commitaacef41958c25100720205a5c70e6727175f7fa6 (patch)
tree652764e27792c2b43bd85e64a5114952dd7f82fb /chef-utils/lib/chef-utils
parent8dcbe94fbb51be2e21538b65ba776452a90c12ab (diff)
downloadchef-aacef41958c25100720205a5c70e6727175f7fa6.tar.gz
Bump version to 16.0.240 by Chef Expeditorv16.0.240
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 5b6a3f1011..715b892f5b 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.0.239".freeze
+ VERSION = "16.0.240".freeze
end