diff options
author | Chef Expeditor <chef-ci@chef.io> | 2020-07-16 16:51:22 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2020-07-16 16:51:22 +0000 |
commit | b6d4990724237f58d0c6beb17eaf2268c894579e (patch) | |
tree | 6de705a0729a10fb692d8273054e2a94355ad8d5 /chef-utils | |
parent | ff2370458ad8156d220c6c7a08c2426f930ad3a9 (diff) | |
download | chef-b6d4990724237f58d0c6beb17eaf2268c894579e.tar.gz |
Bump version to 16.3.13 by Chef Expeditorv16.3.13
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 70f91de232..7349e4eb62 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 = "16.3.12".freeze + VERSION = "16.3.13".freeze end |