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