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

module Net
  module Hippie
    VERSION = '0.3.2'
  end
end