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

module Net
  module Hippie
    VERSION = '1.2.1'
  end
end