summaryrefslogtreecommitdiff
path: root/lib/net/hippie/version.rb
blob: 7e2b6ff87e09df868d61e7214b1861af284d647d (plain)
1
2
3
4
5
6
7
# frozen_string_literal: true

module Net
  module Hippie
    VERSION = '1.5.0'
  end
end