summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJamis Buck <jamis@37signals.com>2009-02-24 20:52:14 -0700
committerJamis Buck <jamis@37signals.com>2009-02-24 20:52:14 -0700
commitb05c51790614fc6493791d6d08769c5274ed5e5d (patch)
treea0bf23a2443039f466038cb174d824f8307ccf0c
parentb62f1092a09eaf54e3ba9f9c7f5d6b0d2cd2279a (diff)
downloadnet-ssh-b05c51790614fc6493791d6d08769c5274ed5e5d.tar.gz
version bumpv2.0.11
-rw-r--r--CHANGELOG.rdoc2
-rw-r--r--lib/net/ssh/version.rb2
2 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.rdoc b/CHANGELOG.rdoc
index 1e8027b..e6f27a7 100644
--- a/CHANGELOG.rdoc
+++ b/CHANGELOG.rdoc
@@ -1,4 +1,4 @@
-=== (unreleased)
+=== 2.0.11 / 24 Feb 2009
* Add :key_data option for specifying raw private keys in PEM format [Alex Holems, Andrew Babkin]
diff --git a/lib/net/ssh/version.rb b/lib/net/ssh/version.rb
index 6624796..2966857 100644
--- a/lib/net/ssh/version.rb
+++ b/lib/net/ssh/version.rb
@@ -51,7 +51,7 @@ module Net; module SSH
MINOR = 0
# The tiny component of this version of the Net::SSH library
- TINY = 10
+ TINY = 11
# The current version of the Net::SSH library as a Version instance
CURRENT = new(MAJOR, MINOR, TINY)