summaryrefslogtreecommitdiff
path: root/chef-utils/lib/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-04-02 17:14:09 +0000
committerChef Expeditor <chef-ci@chef.io>2021-04-02 17:14:09 +0000
commit6ff48706a96ee10abcf0a5d52bcd4cd2ee10c652 (patch)
treec128f71f3b4819394e322f41c20340019f624967 /chef-utils/lib/chef-utils
parentc9afb249920892807442cd117404046fc8287331 (diff)
downloadchef-6ff48706a96ee10abcf0a5d52bcd4cd2ee10c652.tar.gz
Bump version to 16.12.0 by Chef Expeditorv16.12.0
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-utils/lib/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 c713df9faf..6db518a621 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.11.19"
+ VERSION = "16.12.0"
end