summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2023-05-03 12:42:25 +0000
committerChef Expeditor <chef-ci@chef.io>2023-05-03 12:42:25 +0000
commitab8dbddf34f10409ef5398bdf597599f31707b09 (patch)
tree9755cb3cffcaaa391016d79da1fffe888c4d2e77 /chef-config
parent860cb87d15539af61dfaf6b1585d42fa5ea5b332 (diff)
downloadchef-ab8dbddf34f10409ef5398bdf597599f31707b09.tar.gz
Bump version to 18.2.19 by Chef Expeditorv18.2.19
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 e2363e4164..9ba5e4ab62 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.2.18".freeze
+ VERSION = "18.2.19".freeze
end