summaryrefslogtreecommitdiff
path: root/chef-config/lib/chef-config/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-07-19 22:15:17 +0000
committerChef Expeditor <chef-ci@chef.io>2022-07-19 22:15:17 +0000
commit4df5e4e43c773f9f3a7b69d4a5cd85af81448da9 (patch)
treeca439b95327e1731100f1a9a4a6eaf45b72dbb58 /chef-config/lib/chef-config/version.rb
parentde4b2c05256f6d618640f11a5c20e4e1593bbbfc (diff)
downloadchef-4df5e4e43c773f9f3a7b69d4a5cd85af81448da9.tar.gz
Bump version to 18.0.131 by Chef Expeditorv18.0.131
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 9fffde5069..aa78650659 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.0.130".freeze
+ VERSION = "18.0.131".freeze
end