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

module Net
  module Hippie
    VERSION = '0.2.1'
  end
end