diff options
author | Tim Smith <tsmith@chef.io> | 2020-11-02 16:44:09 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-02 16:44:09 -0800 |
commit | 3133e1658bae67b9a06f4dc51a42cb64a728343d (patch) | |
tree | e25737d18104b1e33501b29f7b2d5148cb9eeeff /chef-utils | |
parent | 34bc28587eb9b6c18f4734636ce28d282ed3f09d (diff) | |
parent | 09a008a8b845be08580678e7a60de55bcef27ca8 (diff) | |
download | chef-3133e1658bae67b9a06f4dc51a42cb64a728343d.tar.gz |
Merge branch 'master' into frozen
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 6ecd191413..8d6fb201f8 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 = "16.7.19" + VERSION = "16.7.20" end |