[ruby/erb] Version 4.0.3

https://github.com/ruby/erb/commit/c594f2fb86
This commit is contained in:
Takashi Kokubun 2023-08-21 21:42:57 -07:00
parent be889b6d6c
commit eec7a3f9ee

View File

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