summaryrefslogtreecommitdiff
path: root/lib/net/ssh/version.rb
diff options
context:
space:
mode:
authordelano <delano@solutious.com>2012-05-24 09:16:17 -0400
committerdelano <delano@solutious.com>2012-05-24 09:16:37 -0400
commit46f5a2b6577d32649c8878194049f6405b97267d (patch)
tree4ec6e2243a2ddc1f54851632f0b3c8141775539a /lib/net/ssh/version.rb
parentb810e62aa81fcf735294bf69de1e72786e891332 (diff)
downloadnet-ssh-2.4.tar.gz
Release 2.5.1v2.5.12.4
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 a9d45de..f28010c 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 = 0
+ TINY = 1
# The current version of the Net::SSH library as a Version instance
CURRENT = new(MAJOR, MINOR, TINY)