summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-03-18 00:05:28 +0000
committerChef Expeditor <chef-ci@chef.io>2022-03-18 00:05:28 +0000
commitef88db2cd28264d42901cbd2cbf987b484ca55f8 (patch)
treec70ccf1f6504f771c9e6f0378fa2084528d5ca83 /lib
parent629be1eb5418875d9325c7e75f424bf4a956fb46 (diff)
downloadchef-ef88db2cd28264d42901cbd2cbf987b484ca55f8.tar.gz
Bump version to 18.0.70 by Chef Expeditorv18.0.70
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 3ae1f98a4b..6d775a886a 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("18.0.69")
+ VERSION = Chef::VersionString.new("18.0.70")
end
#