summaryrefslogtreecommitdiff
path: root/chef-utils
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2020-11-02 16:44:09 -0800
committerGitHub <noreply@github.com>2020-11-02 16:44:09 -0800
commit3133e1658bae67b9a06f4dc51a42cb64a728343d (patch)
treee25737d18104b1e33501b29f7b2d5148cb9eeeff /chef-utils
parent34bc28587eb9b6c18f4734636ce28d282ed3f09d (diff)
parent09a008a8b845be08580678e7a60de55bcef27ca8 (diff)
downloadchef-3133e1658bae67b9a06f4dc51a42cb64a728343d.tar.gz
Merge branch 'master' into frozen
Diffstat (limited to 'chef-utils')
-rw-r--r--chef-utils/lib/chef-utils/version.rb2
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