[ruby/erb] Version 5.0.0

https://github.com/ruby/erb/commit/08b544cdb8
This commit is contained in:
Takashi Kokubun 2025-05-13 11:07:40 -07:00 committed by git
parent 8982bbcbee
commit 9db0704e67

View File

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