diff options
author | Chef Expeditor <chef-ci@chef.io> | 2021-03-25 04:54:07 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2021-03-25 04:54:07 +0000 |
commit | 07294791003927614e1ad911cb1c7162ea336006 (patch) | |
tree | dbcd1c406bcce414d95da6b49a41fb7ed6537576 /chef-utils/lib/chef-utils | |
parent | 421e5d16cfd6741d3f99766e81871e1c7e7166e4 (diff) | |
download | chef-07294791003927614e1ad911cb1c7162ea336006.tar.gz |
Bump version to 15.15.2 by Chef Expeditorv15.15.2
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.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 09b8d29b1d..30cfce86f9 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("..", __dir__) - VERSION = "15.15.1".freeze + VERSION = "15.15.2".freeze end |