summaryrefslogtreecommitdiff
path: root/chef-utils/lib/chef-utils/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-12-19 01:13:49 +0000
committerChef Expeditor <chef-ci@chef.io>2020-12-19 01:13:49 +0000
commita1c7f81c4956322a5095a42d8446db43d521e89a (patch)
treef5a4c0040c6b8df7fd7c19c0f2ee49fd12d06b66 /chef-utils/lib/chef-utils/version.rb
parent4fa14fcc5af1af820118051da24928acc97f52f3 (diff)
downloadchef-a1c7f81c4956322a5095a42d8446db43d521e89a.tar.gz
Bump version to 17.0.0 by Chef Expeditorv17.0.0
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 f80d8b3815..3edb9d6ba4 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.9.2"
+ VERSION = "17.0.0"
end