summaryrefslogtreecommitdiff
path: root/chef-config/lib/chef-config/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-06-27 13:51:18 +0000
committerChef Expeditor <chef-ci@chef.io>2022-06-27 13:51:18 +0000
commit83fdbf86661ebd63acf5b726de26fcfce7fbe97a (patch)
tree5779e379001a4d017cf2d85e3a9c0235d976639a /chef-config/lib/chef-config/version.rb
parenta06d46c6bcf626363fd71dd254810aef29b2b7b0 (diff)
downloadchef-83fdbf86661ebd63acf5b726de26fcfce7fbe97a.tar.gz
Bump version to 18.0.125 by Chef Expeditorv18.0.125
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 06ffd927fc..d9ae2baa4c 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.124".freeze
+ VERSION = "18.0.125".freeze
end