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

https://github.com/ruby/erb/commit/c8aa019c26
This commit is contained in:
Takashi Kokubun 2021-01-20 21:49:50 -08:00 committed by git
parent 3e8ca51b3b
commit e0d92d5e5d

View file

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