[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