summaryrefslogtreecommitdiff
path: root/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-04-02 23:15:49 +0000
committerChef Expeditor <chef-ci@chef.io>2021-04-02 23:15:49 +0000
commit67d19d36a1c6b6ffeac84b6cc209e2ccba5bc783 (patch)
tree64278a2546117d3207c97659ab856a7cdb772781 /chef-utils
parent79dc1497181471f672e386bf5a7717c9c04c81ee (diff)
downloadchef-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.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 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