summaryrefslogtreecommitdiff
path: root/lib/net/ssh/version.rb
diff options
context:
space:
mode:
authordelano <delano@solutious.com>2011-08-17 21:20:48 -0400
committerdelano <delano@solutious.com>2011-08-17 21:20:48 -0400
commit5f9d75cf3f4fd7883f37d60d469c984a4c9d4f2c (patch)
tree521c204e51e3a048a924fc9827d9789f6373bd65 /lib/net/ssh/version.rb
parent6cb111cb606ff237d4fe8c3b5237550bc3459fdb (diff)
downloadnet-ssh-2.1.tar.gz
Release 2.2.0v2.2.02.1
Diffstat (limited to 'lib/net/ssh/version.rb')
-rw-r--r--lib/net/ssh/version.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/net/ssh/version.rb b/lib/net/ssh/version.rb
index 1ad7af1..aff358b 100644
--- a/lib/net/ssh/version.rb
+++ b/lib/net/ssh/version.rb
@@ -48,10 +48,10 @@ module Net; module SSH
MAJOR = 2
# The minor component of this version of the Net::SSH library
- MINOR = 1
+ MINOR = 2
# The tiny component of this version of the Net::SSH library
- TINY = 4
+ TINY = 0
# The current version of the Net::SSH library as a Version instance
CURRENT = new(MAJOR, MINOR, TINY)