summaryrefslogtreecommitdiff
path: root/lib/net/ssh/version.rb
diff options
context:
space:
mode:
authordelano <delano@solutious.com>2012-01-04 18:59:13 -0500
committerdelano <delano@solutious.com>2012-01-04 18:59:13 -0500
commite0c9efa487121023b226eee5264c185965d10d90 (patch)
treea190382836dc62ac45610cafa9765d3bcf218489 /lib/net/ssh/version.rb
parentf43443886917cad44e2831cf32fd5b3a29e2bafe (diff)
downloadnet-ssh-2.2.tar.gz
Version 2.2.2v2.2.22.2
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 f61120b..3e26604 100644
--- a/lib/net/ssh/version.rb
+++ b/lib/net/ssh/version.rb
@@ -51,7 +51,7 @@ module Net; module SSH
MINOR = 2
# 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)