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

module Net
  module Hippie
    VERSION = '0.1.9'
  end
end