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