summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2023-02-14 21:21:48 +0000
committerChef Expeditor <chef-ci@chef.io>2023-02-14 21:21:48 +0000
commita8f4209d66294ae0fe9c0773db223310d6d9b480 (patch)
treea63af00a0518e1ef93e904d8a34ea6fcffb345c0 /chef-config
parente12f6096ca457c9c91f6e99577e5c200fa444aa9 (diff)
downloadchef-a8f4209d66294ae0fe9c0773db223310d6d9b480.tar.gz
Bump version to 18.1.20 by Chef Expeditorv18.1.20
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 da4e9dc856..9e1ad38f12 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.1.19".freeze
+ VERSION = "18.1.20".freeze
end