summaryrefslogtreecommitdiff
path: root/chef-config/lib/chef-config/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2023-04-13 23:26:19 +0000
committerChef Expeditor <chef-ci@chef.io>2023-04-13 23:26:19 +0000
commit9b252854ef7176be63d171419f2998979c52e51f (patch)
treebb51e0538e52b49bf7fca51dc1d72f2b6937c925 /chef-config/lib/chef-config/version.rb
parentb5dd5d5c7a106e2f5f2115f70974b94debbce2de (diff)
downloadchef-9b252854ef7176be63d171419f2998979c52e51f.tar.gz
Bump version to 18.2.10 by Chef Expeditorv18.2.10
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-config/lib/chef-config/version.rb')
-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 71fde18251..8fa6599f18 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.9".freeze
+ VERSION = "18.2.10".freeze
end