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

module Net
  module Hippie
    VERSION = '1.0.1'
  end
end