summaryrefslogtreecommitdiff
path: root/chef-utils/lib/chef-utils/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-01-23 22:59:55 +0000
committerChef Expeditor <expeditor@chef.io>2020-01-23 22:59:55 +0000
commitca5cf342b9d63118b9d2248d0fa516b87d9cb0a1 (patch)
tree5e237ecdde867bf1781b557f7ac9789d53e487ab /chef-utils/lib/chef-utils/version.rb
parent04042b6db26f49d1ffa89b2615da741b036d58cc (diff)
downloadchef-ca5cf342b9d63118b9d2248d0fa516b87d9cb0a1.tar.gz
Bump version to 16.0.12 by Chef Expeditorv16.0.12
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-utils/lib/chef-utils/version.rb')
-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 5797f9283b..c14eb00f2d 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("../..", __FILE__)
- VERSION = "16.0.11".freeze
+ VERSION = "16.0.12".freeze
end