[ruby/erb] Version 6.0.6

https://github.com/ruby/erb/commit/488683a778
This commit is contained in:
Takashi Kokubun 2026-07-20 04:23:07 -04:00 committed by git
parent afec0f5ca0
commit 8785ede23c

View File

@ -1,5 +1,5 @@
# frozen_string_literal: true
class ERB
# The string \ERB version.
VERSION = '6.0.5'
VERSION = '6.0.6'
end