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

module Net
  module Hippie
    VERSION = '0.1.7'
  end
end