summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2023-03-30 22:07:16 +0000
committerChef Expeditor <chef-ci@chef.io>2023-03-30 22:07:16 +0000
commitaa0d50e250680891a3b3918bf900999b93034a48 (patch)
tree0670ca17ab9676c7e7cbc8074da103a38f0291e7 /chef-bin
parent5a1bd6e1dd5c1b503f4b9da1d927293ee6a66677 (diff)
downloadchef-aa0d50e250680891a3b3918bf900999b93034a48.tar.gz
Bump version to 18.2.5 by Chef Expeditorv18.2.5
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-bin')
-rw-r--r--chef-bin/lib/chef-bin/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/chef-bin/lib/chef-bin/version.rb b/chef-bin/lib/chef-bin/version.rb
index 175741f06f..176dad37e3 100644
--- a/chef-bin/lib/chef-bin/version.rb
+++ b/chef-bin/lib/chef-bin/version.rb
@@ -21,7 +21,7 @@
module ChefBin
CHEFBIN_ROOT = File.expand_path("..", __dir__)
- VERSION = "18.2.4".freeze
+ VERSION = "18.2.5".freeze
end
#