From 74919ef69344164bd55e2dfc7ee2a360b6c718c6 Mon Sep 17 00:00:00 2001 From: Miklos Fazekas Date: Thu, 28 May 2020 13:04:24 +0200 Subject: 6.1 release prepare --- CHANGES.txt | 1 + lib/net/ssh/version.rb | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index fc19d9e..f973490 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,4 @@ +=== 6.1.0 * adapt to ssh's default bahaviors when no username is provided. When Net::SSH.start user is nil and config has no entry diff --git a/lib/net/ssh/version.rb b/lib/net/ssh/version.rb index 65c6a44..662e92e 100644 --- a/lib/net/ssh/version.rb +++ b/lib/net/ssh/version.rb @@ -56,7 +56,7 @@ module Net # The prerelease component of this version of the Net::SSH library # nil allowed - PRE = "rc1" + PRE = nil # The current version of the Net::SSH library as a Version instance CURRENT = new(*[MAJOR, MINOR, TINY, PRE].compact) -- cgit v1.2.1