diff options
author | Chef Expeditor <chef-ci@chef.io> | 2021-04-02 23:15:49 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2021-04-02 23:15:49 +0000 |
commit | 67d19d36a1c6b6ffeac84b6cc209e2ccba5bc783 (patch) | |
tree | 64278a2546117d3207c97659ab856a7cdb772781 /chef-utils | |
parent | 79dc1497181471f672e386bf5a7717c9c04c81ee (diff) | |
download | chef-67d19d36a1c6b6ffeac84b6cc209e2ccba5bc783.tar.gz |
Bump version to 16.12.2 by Chef Expeditorv16.12.2
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 8de6810fe2..d1783298d5 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.12.1" + VERSION = "16.12.2" end |