summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2023-03-27 13:22:56 +0000
committerChef Expeditor <chef-ci@chef.io>2023-03-27 13:22:56 +0000
commitcba8558c744e461de671ac0cc12fd2df1c766e22 (patch)
tree1af1f5658048c1f97df4c0ca8b1fdb2bbd36be81 /chef-config
parentc4cfa3b5036fafde1257b0a21efe471d9899bb35 (diff)
downloadchef-cba8558c744e461de671ac0cc12fd2df1c766e22.tar.gz
Bump version to 18.2.1 by Chef Expeditorv18.2.1
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 d41fbe4206..82d9855b56 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.0".freeze
+ VERSION = "18.2.1".freeze
end