summaryrefslogtreecommitdiff
path: root/lib/net/ssh/version.rb
diff options
context:
space:
mode:
authordelano <delano@solutious.com>2012-05-25 14:46:25 -0400
committerdelano <delano@solutious.com>2012-05-25 14:46:25 -0400
commit6a373b823f856830efce7556482fa57145b26f87 (patch)
tree1a24cb4ea2124a66053ca441e79af3d9a5c8c45e /lib/net/ssh/version.rb
parent6abf9af8b1573582c129371cd5a07cfe742fbdd5 (diff)
parent21dde273463f5aae11dcad34dfb3feb08dc81375 (diff)
downloadnet-ssh-2.5.tar.gz
Release 2.5.2v2.5.22.5
Diffstat (limited to 'lib/net/ssh/version.rb')
-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 f28010c..a6894fc 100644
--- a/lib/net/ssh/version.rb
+++ b/lib/net/ssh/version.rb
@@ -51,7 +51,7 @@ module Net; module SSH
MINOR = 5
# The tiny component of this version of the Net::SSH library
- TINY = 1
+ TINY = 2
# The current version of the Net::SSH library as a Version instance
CURRENT = new(MAJOR, MINOR, TINY)