diff options
author | Chef Expeditor <chef-ci@chef.io> | 2021-04-27 01:35:25 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2021-04-27 01:35:25 +0000 |
commit | 5fbff318a4affc8c0f91eb768327654b597886b0 (patch) | |
tree | a879ffbf8019c9e68e18479c625c5d2721029df2 /chef-utils | |
parent | 34d6d82a91ef9b734f7620b4b523cb468df94de0 (diff) | |
download | chef-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.rb | 2 |
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 |