summaryrefslogtreecommitdiff
path: root/chef-bin
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 /chef-bin
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 'chef-bin')
-rw-r--r--chef-bin/lib/chef-bin/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/chef-bin/lib/chef-bin/version.rb b/chef-bin/lib/chef-bin/version.rb
index 4b439eb31f..4a57fd0c3c 100644
--- a/chef-bin/lib/chef-bin/version.rb
+++ b/chef-bin/lib/chef-bin/version.rb
@@ -21,7 +21,7 @@
module ChefBin
CHEFBIN_ROOT = File.expand_path("..", __dir__)
- VERSION = "18.0.69".freeze
+ VERSION = "18.0.70".freeze
end
#