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

module Net
  module Hippie
    VERSION = '0.1.10'
  end
end