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

[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

View file

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