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.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/net/ssh/gateway.rb b/lib/net/ssh/gateway.rb
index 3c7fd1e..03f60a6 100644
--- a/lib/net/ssh/gateway.rb
+++ b/lib/net/ssh/gateway.rb
@@ -43,7 +43,7 @@ class Net::SSH::Gateway
MINOR = 1
# The tiny component of the library's version
- TINY = 1
+ TINY = 2
# The library's version as a Version instance
CURRENT = new(MAJOR, MINOR, TINY)