summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2023-02-07 17:53:52 +0000
committerChef Expeditor <chef-ci@chef.io>2023-02-07 17:53:52 +0000
commitfd02b3b8b9fb75b420cba1db7c27fd60aeed85aa (patch)
treeb37e5b5b1bde4b9bce8794b515375c3682bb23e1 /chef-config
parenteb19c755a7ffc800ac6b28354ad80776e187c2dd (diff)
downloadchef-fd02b3b8b9fb75b420cba1db7c27fd60aeed85aa.tar.gz
Bump version to 18.1.13 by Chef Expeditorv18.1.13
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 0d66a36669..56c6ffedc7 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.12".freeze
+ VERSION = "18.1.13".freeze
end