aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/pronto/eslint_npm/version.rb
blob: 1fc96c9790ad28cd2aae6eb8c7c444433d6c86fd (plain) (blame)
1
2
3
4
5
6
7
# frozen_string_literal: true

module Pronto
  module ESLintNpmVersion
    VERSION = '0.9.1'.freeze
  end
end