summaryrefslogtreecommitdiff
path: root/lib/net/ssh/gateway/version.rb
blob: d1f0b63d4da13a13c4af34496a0c743b3f1f6fbd (plain)
1
2
3
4
5
6
7
module Net
  module SSH
    class Gateway
      VERSION = "2.0.0"
    end
  end
end