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

module Net
  module Hippie
    VERSION = '0.1.8'
  end
end