[ruby/erb] Version 5.0.1

https://github.com/ruby/erb/commit/42f389dc45
This commit is contained in:
Takashi Kokubun 2025-05-14 10:09:54 -07:00 committed by git
parent ef0e4406c8
commit 57f8dde0f2

View File

@ -1,4 +1,4 @@
# frozen_string_literal: true
class ERB
VERSION = '5.0.0'
VERSION = '5.0.1'
end