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

module Net
  module Hippie
    VERSION = '0.2.2'
  end
end