1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

[ruby/erb] Version 3.0.0

This commit is contained in:
Takashi Kokubun 2022-10-25 16:11:42 -07:00 committed by git
parent ea989127eb
commit d6d9b5130e

View file

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