[ruby/erb] Version 2.2.2

https://github.com/ruby/erb/commit/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