[ruby/erb] Version 4.0.1

https://github.com/ruby/erb/commit/3bb67009dd
This commit is contained in:
Takashi Kokubun 2022-11-26 22:32:50 -08:00 committed by git
parent d2c62426e5
commit 6fdc677186

View File

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