summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2023-05-04 11:24:38 +0000
committerChef Expeditor <chef-ci@chef.io>2023-05-04 11:24:38 +0000
commit8cff4fc99179c94c48087d2da47be843824e4c08 (patch)
treef3df4b0fd7b49be5bd7118b9990b91912b191e11 /chef-config
parent5524851432dad8209917f2c6c69f07134d0ddef2 (diff)
downloadchef-8cff4fc99179c94c48087d2da47be843824e4c08.tar.gz
Bump version to 18.2.21 by Chef Expeditorv18.2.21
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 41d5797eb5..d46a08421c 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.20".freeze
+ VERSION = "18.2.21".freeze
end