summaryrefslogtreecommitdiff
path: root/lib/net/ssh/gateway.rb
diff options
context:
space:
mode:
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)