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

module Net
  module Hippie
    VERSION = '0.1.6'
  end
end