From 29485b8ccf7c6a9b9afa9d2d7f41b8ec0875be0f Mon Sep 17 00:00:00 2001 From: delano Date: Sat, 30 Apr 2011 20:42:11 -0400 Subject: Release 1.1.0 --- lib/net/ssh/gateway.rb | 4 ++-- 1 file 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) -- cgit v1.2.1