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

module Pronto
  module Hlint
    VERSION = '0.1.0'.freeze
  end
end