[ruby/erb] Version 4.0.4

https://github.com/ruby/erb/commit/b68bfed6a8
This commit is contained in:
Takashi Kokubun 2024-01-04 14:34:25 -08:00 committed by git
parent d20c609465
commit 5ff1524fde

View File

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