aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/pronto/eslint/version.rb
blob: 8c1e300b37562add1a079d3190d30980fc5ac26b (plain) (blame)
1
2
3
4
5
module Pronto
  module ESLintVersion
    VERSION = '0.5.0'.freeze
  end
end