summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2023-03-07 20:30:47 +0000
committerChef Expeditor <chef-ci@chef.io>2023-03-07 20:30:47 +0000
commit83ad814c23d2b55411bd2f8d9e412008cfb81368 (patch)
treefc87b97e49dd126add88ec529e31a675228a87e1 /chef-config
parent364813a324b71cc4ee38238e096216b27491d6bb (diff)
downloadchef-83ad814c23d2b55411bd2f8d9e412008cfb81368.tar.gz
Bump version to 18.1.31 by Chef Expeditorv18.1.31
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 a2a2cc9d8e..35b4083a44 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.30".freeze
+ VERSION = "18.1.31".freeze
end