summaryrefslogtreecommitdiff
path: root/lib/net
diff options
context:
space:
mode:
authordelano <delano@solutious.com>2017-01-26 14:26:45 -0800
committerdelano <delano@solutious.com>2017-01-26 14:27:19 -0800
commit01a97e12db73ffff083e16d21a3e9beae73b689b (patch)
treed0111a4cd717dc134c2b4cb6e508f14e91697926 /lib/net
parentf776eaaee0fc4859e5e0137c6b05600dcda3d1a0 (diff)
downloadnet-ssh-gateway-master.tar.gz
Update net-ssh dependency to 4.0.0 which requires Ruby version >= 2.0HEADlatest2.0.0master
Diffstat (limited to 'lib/net')
-rw-r--r--lib/net/ssh/gateway/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/net/ssh/gateway/version.rb b/lib/net/ssh/gateway/version.rb
index cf30c2d..d1f0b63 100644
--- a/lib/net/ssh/gateway/version.rb
+++ b/lib/net/ssh/gateway/version.rb
@@ -1,7 +1,7 @@
module Net
module SSH
class Gateway
- VERSION = "1.3.0"
+ VERSION = "2.0.0"
end
end
end