summaryrefslogtreecommitdiff
path: root/lib/net
diff options
context:
space:
mode:
authordelano <delano@solutious.com>2010-04-20 16:33:53 -0400
committerdelano <delano@solutious.com>2010-04-20 16:33:53 -0400
commit134af9733175494361a30272970c850f190fc797 (patch)
treed3477a70faa1f93ded4c7d8dba4c2a66f030413a /lib/net
parent84577012a5d31ac6be7b20843268024dd0a157fc (diff)
downloadnet-ssh-2.0.22.tar.gz
Release 2.0.22v2.0.22
Diffstat (limited to 'lib/net')
-rw-r--r--lib/net/ssh/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/net/ssh/version.rb b/lib/net/ssh/version.rb
index be882f2..83b4fe3 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 = 21
+ TINY = 22
# The current version of the Net::SSH library as a Version instance
CURRENT = new(MAJOR, MINOR, TINY)