summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2023-03-23 10:21:04 +0000
committerChef Expeditor <chef-ci@chef.io>2023-03-23 10:21:04 +0000
commitf7c411f6320fe04e308a28fa111b19d50723f5e2 (patch)
treea8a291d5bcfc7f159b84006d5d7cfb3c88bb9482 /chef-config
parentf3f4d248207a30df3bf06934c116f6974fb7cffe (diff)
downloadchef-f7c411f6320fe04e308a28fa111b19d50723f5e2.tar.gz
Bump version to 18.2.0 by Chef Expeditorv18.2.0
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 3db1016ddb..d41fbe4206 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.36".freeze
+ VERSION = "18.2.0".freeze
end