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

module Net
  module Hippie
    VERSION = '1.0.0'
  end
end