summaryrefslogtreecommitdiff
path: root/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-04-27 01:35:25 +0000
committerChef Expeditor <chef-ci@chef.io>2021-04-27 01:35:25 +0000
commit5fbff318a4affc8c0f91eb768327654b597886b0 (patch)
treea879ffbf8019c9e68e18479c625c5d2721029df2 /chef-utils
parent34d6d82a91ef9b734f7620b4b523cb468df94de0 (diff)
downloadchef-5fbff318a4affc8c0f91eb768327654b597886b0.tar.gz
Bump version to 17.0.240 by Chef Expeditorv17.0.240
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 18e2d22ef4..ff259895e1 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.239"
+ VERSION = "17.0.240"
end