summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2023-03-22 19:52:18 +0000
committerChef Expeditor <chef-ci@chef.io>2023-03-22 19:52:18 +0000
commit3ae1e6ee94bc78e1e0c5bde9de6cf7a6f03df037 (patch)
tree244fa091e8aab41922b8a6759cb67139bb289b99 /chef-config
parent88d197e49db579c4240084a1308a15345c1399b9 (diff)
downloadchef-3ae1e6ee94bc78e1e0c5bde9de6cf7a6f03df037.tar.gz
Bump version to 18.1.36 by Chef Expeditorv18.1.36
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 62c3cb7757..3db1016ddb 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.35".freeze
+ VERSION = "18.1.36".freeze
end