summaryrefslogtreecommitdiff
path: root/lib/chef/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-09-24 02:46:32 +0000
committerChef Expeditor <chef-ci@chef.io>2020-09-24 02:46:32 +0000
commit06c0b973419effa3513840a9d59c7bf345c4a955 (patch)
treeca6cd957071aa15e650ce4b4340b4732cfff6516 /lib/chef/version.rb
parentacf0f65c31926ff9a2eeb6dc2d76b56bfe880c49 (diff)
downloadchef-06c0b973419effa3513840a9d59c7bf345c4a955.tar.gz
Bump version to 16.5.70 by Chef Expeditorv16.5.70
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 ed430a4740..9cf3ae8acd 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.69")
+ VERSION = Chef::VersionString.new("16.5.70")
end
#