summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJamis Buck <jamis@37signals.com>2008-04-19 21:21:17 -0600
committerJamis Buck <jamis@37signals.com>2008-04-19 21:21:17 -0600
commit0bb04d0375dc5d9ced1fcac914f93a44c6abd5bb (patch)
treea9522f6de22318b0cb60e4b91593f83b8e0bc5e3
parent27ca761c4160f07a0b7a43e396b19d0657a8d82a (diff)
downloadnet-ssh-0bb04d0375dc5d9ced1fcac914f93a44c6abd5bb.tar.gz
version bumpv1.99.3
-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 1f431a5..fbc42bf 100644
--- a/lib/net/ssh/version.rb
+++ b/lib/net/ssh/version.rb
@@ -49,7 +49,7 @@ module Net; module SSH
MINOR = 99
# The tiny component of this version of the Net::SSH library
- TINY = 2
+ TINY = 3
# The current version of the Net::SSH library as a Version instance
CURRENT = new(MAJOR, MINOR, TINY)