diff options
author | Chef Expeditor <chef-ci@chef.io> | 2020-09-10 21:10:55 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2020-09-10 21:10:55 +0000 |
commit | 55167acc37a66499247a7cf0af3d41fd828fc22a (patch) | |
tree | b33ea5f2d26259cb7cf6b071c736be9b7bb1be16 /chef-utils | |
parent | 40f9d99aef12c5ee6c2b322ef2f451d65fbfb6f9 (diff) | |
download | chef-55167acc37a66499247a7cf0af3d41fd828fc22a.tar.gz |
Bump version to 15.13.21 by Chef Expeditorv15.13.21
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 38dd617f78..964bd8dcc3 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.13.20".freeze + VERSION = "15.13.21".freeze end |