diff options
author | Chef Expeditor <expeditor@chef.io> | 2020-03-16 17:45:14 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2020-03-16 17:45:14 +0000 |
commit | f6d1337a0221bc30b51bd711ed2795c647e61fc6 (patch) | |
tree | 0dc5104d39a76ff95c3feaa5bf7cd00478b9898a /chef-utils | |
parent | a257f6787e045245dff1e9072169b5d194ea717d (diff) | |
download | chef-f6d1337a0221bc30b51bd711ed2795c647e61fc6.tar.gz |
Bump version to 16.0.138 by Chef Expeditorv16.0.138
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 141b37c18e..34ae7984c8 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.137".freeze + VERSION = "16.0.138".freeze end |