summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-12-16 00:39:24 +0000
committerChef Expeditor <chef-ci@chef.io>2020-12-16 00:39:24 +0000
commit56014f889a06e73883e925a87b5708dbc8b52e11 (patch)
tree3257ba4c0939482af6132797736c245339fa1e03 /lib
parent9a53f7f0cb1de9aa82ab3eb228b9fa739a32fdd8 (diff)
downloadchef-56014f889a06e73883e925a87b5708dbc8b52e11.tar.gz
Bump version to 16.8.17 by Chef Expeditorv16.8.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 115502d76c..c9b218fee1 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("16.8.16")
+ VERSION = Chef::VersionString.new("16.8.17")
end
#