summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-12-31 01:11:12 +0000
committerChef Expeditor <chef-ci@chef.io>2020-12-31 01:11:12 +0000
commitb27aa0ae494816494334332fa733ea40abcaffc9 (patch)
treeef04f9bb5a2f95a608eb21873cdb14323b0ecc69 /lib
parent42ad2ac0ea831e923eabf62c36a32f7a00c06637 (diff)
downloadchef-b27aa0ae494816494334332fa733ea40abcaffc9.tar.gz
Bump version to 17.0.17 by Chef Expeditorv17.0.17
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'lib')
-rw-r--r--lib/chef/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index dcff993f4a..00d4ec9f87 100644
--- a/lib/chef/version.rb
+++ b/lib/chef/version.rb
@@ -23,7 +23,7 @@ require_relative "version_string"
class Chef
CHEF_ROOT = File.expand_path("..", __dir__)
- VERSION = Chef::VersionString.new("17.0.16")
+ VERSION = Chef::VersionString.new("17.0.17")
end
#