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

module Net
  module Hippie
    VERSION = '1.4.0'
  end
end