diff options
| author | delano <delano@solutious.com> | 2010-04-20 16:33:53 -0400 |
|---|---|---|
| committer | delano <delano@solutious.com> | 2010-04-20 16:33:53 -0400 |
| commit | 134af9733175494361a30272970c850f190fc797 (patch) | |
| tree | d3477a70faa1f93ded4c7d8dba4c2a66f030413a /lib/net | |
| parent | 84577012a5d31ac6be7b20843268024dd0a157fc (diff) | |
| download | net-ssh-2.0.22.tar.gz | |
Release 2.0.22v2.0.22
Diffstat (limited to 'lib/net')
| -rw-r--r-- | lib/net/ssh/version.rb | 2 |
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) |
