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

module Net
  module Hippie
    VERSION = '0.2.0'
  end
end