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