summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.rdoc2
-rw-r--r--lib/net/ssh/gateway.rb2
2 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.rdoc b/CHANGELOG.rdoc
index c8d37b2..e4620c8 100644
--- a/CHANGELOG.rdoc
+++ b/CHANGELOG.rdoc
@@ -1,4 +1,4 @@
-=== (unreleased)
+=== 1.0.1 / 1 Feb 2009
* Allow local port to be specified [Will Klancnik]
diff --git a/lib/net/ssh/gateway.rb b/lib/net/ssh/gateway.rb
index 9742db9..214dd35 100644
--- a/lib/net/ssh/gateway.rb
+++ b/lib/net/ssh/gateway.rb
@@ -43,7 +43,7 @@ class Net::SSH::Gateway
MINOR = 0
# The tiny component of the library's version
- TINY = 0
+ TINY = 1
# The library's version as a Version instance
CURRENT = new(MAJOR, MINOR, TINY)