summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2023-03-21 05:46:15 +0000
committerChef Expeditor <chef-ci@chef.io>2023-03-21 05:46:15 +0000
commit19489d98632c2dc77fafaea54ad4fae57d739da7 (patch)
treee1cf41e9ef55f84de8cad2fec08d3ae045236bf1 /chef-config
parent28b29f62fb37eb057bb5dc5deaf1eac01cb8ccf7 (diff)
downloadchef-19489d98632c2dc77fafaea54ad4fae57d739da7.tar.gz
Bump version to 18.1.34 by Chef Expeditorv18.1.34
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 ec28b5da30..b0775c5d21 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.33".freeze
+ VERSION = "18.1.34".freeze
end