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.2

3d84ea83bc
This commit is contained in:
Takashi Kokubun 2021-01-20 22:29:13 -08:00 committed by git
parent b12bd451af
commit 724c289b5c

View file

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