diff options
author | Chef Expeditor <chef-ci@chef.io> | 2021-01-12 21:07:22 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2021-01-12 21:07:22 +0000 |
commit | c957d409875f06746b987f423a500a387b56667f (patch) | |
tree | 9f5ae614d64baa4e7dfb69128ddc8fc0c5ea9ce4 /chef-utils | |
parent | 4338395c4229f1d2c6e673fa2c3d43af11002e7c (diff) | |
download | chef-c957d409875f06746b987f423a500a387b56667f.tar.gz |
Bump version to 16.9.20 by Chef Expeditorv16.9.20
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 2475ae1977..e7e04ab2c8 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.9.19" + VERSION = "16.9.20" end |