summaryrefslogtreecommitdiff
path: root/lib/erb/version.rb
blob: 05558949e75b08e06920cf70a370913dd94645e2 (plain)
1
2
3
4
5
# frozen_string_literal: true
class ERB
  # The string \ERB version.
  VERSION = '6.0.1.1'
end