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 fce7c3e..897291f 100644
--- a/lib/net/ssh/gateway.rb
+++ b/lib/net/ssh/gateway.rb
@@ -37,10 +37,10 @@ class Net::SSH::Gateway
# A trivial class for representing the version of this library.
class Version < Net::SSH::Version
# The major component of the library's version
- MAJOR = 0
+ MAJOR = 1
# The minor component of the library's version
- MINOR = 99
+ MINOR = 0
# The tiny component of the library's version
TINY = 0