summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2023-02-23 17:35:46 +0000
committerChef Expeditor <chef-ci@chef.io>2023-02-23 17:35:46 +0000
commitb12e038a577f12bede63eeffe876a0b40ab762dc (patch)
tree4d386443712d3f95a3b18c51408bb1fa086dd939 /chef-config
parent0487257fa059494e54188885a3a2f0d599838dd5 (diff)
downloadchef-b12e038a577f12bede63eeffe876a0b40ab762dc.tar.gz
Bump version to 18.1.25 by Chef Expeditorv18.1.25
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 93c1c69397..5fc742fdd2 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.24".freeze
+ VERSION = "18.1.25".freeze
end