summaryrefslogtreecommitdiff
path: root/lib/chef/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-09-21 17:20:19 +0000
committerChef Expeditor <chef-ci@chef.io>2020-09-21 17:20:19 +0000
commitebd04152f0310280c397ef4a269753cf34ef1c37 (patch)
treedc833c5dd99faf7ccee465883dbba30e6b6ecc67 /lib/chef/version.rb
parent5d7d83209178f788aab060344b1116fd40089ff3 (diff)
downloadchef-ebd04152f0310280c397ef4a269753cf34ef1c37.tar.gz
Bump version to 16.5.68 by Chef Expeditorv16.5.68
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'lib/chef/version.rb')
-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 e70ae26a23..4874569154 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.5.67")
+ VERSION = Chef::VersionString.new("16.5.68")
end
#