From 3907db9fb490f11ca821181b412c1514ee8e0a7e Mon Sep 17 00:00:00 2001 From: Jamis Buck Date: Sat, 19 Apr 2008 21:32:18 -0600 Subject: version bump, prep for next preview release --- lib/net/ssh/multi/version.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib') diff --git a/lib/net/ssh/multi/version.rb b/lib/net/ssh/multi/version.rb index aa180aa..3a7bb37 100644 --- a/lib/net/ssh/multi/version.rb +++ b/lib/net/ssh/multi/version.rb @@ -10,7 +10,7 @@ module Net; module SSH; module Multi MINOR = 99 # The tiny component of the library's version - TINY = 0 + TINY = 1 # The library's version as a Version instance CURRENT = new(MAJOR, MINOR, TINY) @@ -18,4 +18,4 @@ module Net; module SSH; module Multi # The library's version as a String instance STRING = CURRENT.to_s end -end; end; end \ No newline at end of file +end; end; end -- cgit v1.2.1