summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-03-18 20:51:44 +0000
committerChef Expeditor <chef-ci@chef.io>2022-03-18 20:51:44 +0000
commit64871f29aa638b9c52e33aaccb047e3bea5e8c80 (patch)
treeeebf69646592f84f954b2753a41332fc7aef20ae /chef-config
parentd9c9b787f2b384c68eab33208e855cabde9e9c45 (diff)
downloadchef-64871f29aa638b9c52e33aaccb047e3bea5e8c80.tar.gz
Bump version to 18.0.71 by Chef Expeditorv18.0.71
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-config')
-rw-r--r--chef-config/lib/chef-config/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/chef-config/lib/chef-config/version.rb b/chef-config/lib/chef-config/version.rb
index da4f121b03..1662005bee 100644
--- a/chef-config/lib/chef-config/version.rb
+++ b/chef-config/lib/chef-config/version.rb
@@ -15,5 +15,5 @@
module ChefConfig
CHEFCONFIG_ROOT = File.expand_path("..", __dir__)
- VERSION = "18.0.70".freeze
+ VERSION = "18.0.71".freeze
end