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

module Net
  module Hippie
    VERSION = '0.2.3'
  end
end