aboutsummaryrefslogtreecommitdiffstats
path: root/lib/erb/version.rb
blob: 295fc5fa6f7964cf563811cef34d8dc9a529e6fa (plain)
1
2
3
4
5
# frozen_string_literal: true
class ERB
  VERSION = '4.0.3'
  private_constant :VERSION
end