summaryrefslogtreecommitdiff
path: root/lib/net/ssh/gateway.rb
diff options
context:
space:
mode:
authordelano <delano.mandelbaum@gmail.com>2013-02-06 12:27:06 -0800
committerdelano <delano.mandelbaum@gmail.com>2013-02-06 12:27:06 -0800
commit1de7611a7f7cedbe7a4c6cf3798c88d00637582d (patch)
tree46a3c2834e95f8d90cb4c7e594d53d62ad554f94 /lib/net/ssh/gateway.rb
parent04db93e5c06af7fa48752f7cb908acbe305ad48c (diff)
downloadnet-ssh-gateway-1de7611a7f7cedbe7a4c6cf3798c88d00637582d.tar.gz
Dep fix to stop the world from falling downv1.2.0
Diffstat (limited to 'lib/net/ssh/gateway.rb')
-rw-r--r--lib/net/ssh/gateway.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/net/ssh/gateway.rb b/lib/net/ssh/gateway.rb
index 03f60a6..a10e238 100644
--- a/lib/net/ssh/gateway.rb
+++ b/lib/net/ssh/gateway.rb
@@ -40,10 +40,10 @@ class Net::SSH::Gateway
MAJOR = 1
# The minor component of the library's version
- MINOR = 1
+ MINOR = 2
# The tiny component of the library's version
- TINY = 2
+ TINY = 0
# The library's version as a Version instance
CURRENT = new(MAJOR, MINOR, TINY)