summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordelano <delano@solutious.com>2011-04-30 20:42:11 -0400
committerdelano <delano@solutious.com>2011-04-30 20:42:11 -0400
commit29485b8ccf7c6a9b9afa9d2d7f41b8ec0875be0f (patch)
tree4f5b50f48d2ae0c0738bee4bf81a4129b86a55bb
parentb448fe7da9ade93b798d812fb0c89d6fd2f7659c (diff)
downloadnet-ssh-gateway-29485b8ccf7c6a9b9afa9d2d7f41b8ec0875be0f.tar.gz
Release 1.1.0v1.1.0
-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 c38f554..0757d18 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 = 0
+ MINOR = 1
# The tiny component of the library's version
- TINY = 1
+ TINY = 0
# The library's version as a Version instance
CURRENT = new(MAJOR, MINOR, TINY)