[ruby/erb] Version 4.0.2

https://github.com/ruby/erb/commit/8c8ff1551b
This commit is contained in:
Takashi Kokubun 2022-11-28 20:57:36 -08:00 committed by git
parent 129d208f9a
commit 4f8c6711dd

View File

@ -1,5 +1,5 @@
# frozen_string_literal: true # frozen_string_literal: true
class ERB class ERB
VERSION = '4.0.1' VERSION = '4.0.2'
private_constant :VERSION private_constant :VERSION
end end