From 770a08a3767f3f47e2fcd45fe05f46993bedeebc Mon Sep 17 00:00:00 2001 From: delano Date: Wed, 11 Jan 2012 06:46:09 -0500 Subject: Release 2.3.0 (Support for hmac-sha2 and diffie-hellman-group-exchange-sha256) --- lib/net/ssh/version.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/net/ssh/version.rb') diff --git a/lib/net/ssh/version.rb b/lib/net/ssh/version.rb index 3e26604..3862b9a 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 = 2 + MINOR = 3 # The tiny component of this version of the Net::SSH library - TINY = 2 + TINY = 0 # The current version of the Net::SSH library as a Version instance CURRENT = new(MAJOR, MINOR, TINY) -- cgit v1.2.1