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

module Net
  module Hippie
    VERSION = '1.2.0'
  end
end