[ruby/erb] Version 2.2.3

https://github.com/ruby/erb/commit/03bc4a8274
This commit is contained in:
Takashi Kokubun 2021-03-25 20:37:30 -07:00 committed by git
parent 3789d58c84
commit 6a352e275b
1 changed files with 1 additions and 1 deletions

View File

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