summaryrefslogtreecommitdiff
path: root/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-08-06 01:47:13 +0000
committerChef Expeditor <chef-ci@chef.io>2020-08-06 01:47:13 +0000
commitf7c7f0a87ceedbb81702a741cd08dec025bd5891 (patch)
treeff7873a71efc8e32e3800f41b01234da07205fdb /chef-utils
parentc959b765b8d5a33845d95fa31d371219f871c409 (diff)
downloadchef-f7c7f0a87ceedbb81702a741cd08dec025bd5891.tar.gz
Bump version to 16.4.12 by Chef Expeditorv16.4.12
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 83aa55d33e..841772aaa3 100644
--- a/chef-utils/lib/chef-utils/version.rb
+++ b/chef-utils/lib/chef-utils/version.rb
@@ -15,5 +15,5 @@
module ChefUtils
CHEFUTILS_ROOT = File.expand_path("..", __dir__)
- VERSION = "16.4.11".freeze
+ VERSION = "16.4.12".freeze
end