summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-09-24 02:43:23 +0000
committerChef Expeditor <chef-ci@chef.io>2020-09-24 02:43:29 +0000
commitacf0f65c31926ff9a2eeb6dc2d76b56bfe880c49 (patch)
tree231b0a2067ce55291767e11820894f6a6fb89e89 /lib
parentc3932fabf25e9f4de4893f706417c2e42929a95c (diff)
downloadchef-acf0f65c31926ff9a2eeb6dc2d76b56bfe880c49.tar.gz
Bump version to 16.5.69 by Chef Expeditorv16.5.69
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 4874569154..ed430a4740 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.68")
+ VERSION = Chef::VersionString.new("16.5.69")
end
#