[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
1 changed files with 1 additions and 1 deletions

View File

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