summaryrefslogtreecommitdiff
path: root/chef-config/lib/chef-config/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-09-19 16:40:06 +0000
committerChef Expeditor <chef-ci@chef.io>2022-09-19 16:40:06 +0000
commit6beac3c6756852455885ccb5dec2ad2c9e4e451b (patch)
treeb8a0db0929548bb091b1aa26260119f0a0f141de /chef-config/lib/chef-config/version.rb
parent27a79a174d548ac68614e66e834caaabe6c96e5f (diff)
downloadchef-6beac3c6756852455885ccb5dec2ad2c9e4e451b.tar.gz
Bump version to 18.0.146 by Chef Expeditorv18.0.146
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 db855f8515..7de6f71d7b 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.145".freeze
+ VERSION = "18.0.146".freeze
end