summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-12-04 19:57:42 +0000
committerChef Expeditor <chef-ci@chef.io>2020-12-04 19:57:42 +0000
commita41fd2f13c7b42df4fbb31ad2b74460f4040e482 (patch)
tree4dca696c7e7f8e016d2d7767e5e8afb026f03010 /lib
parent6c9e84c4c062e4f8cda657c216c22e5ab805457c (diff)
downloadchef-a41fd2f13c7b42df4fbb31ad2b74460f4040e482.tar.gz
Bump version to 16.8.0 by Chef Expeditorv16.8.0
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 2ed9051e3d..d646e7d74f 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.7.68")
+ VERSION = Chef::VersionString.new("16.8.0")
end
#