From 09822870696eaac1b2e739a266b1aa8d6fd64a1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mikl=C3=B3s=20Fazekas?= Date: Sat, 30 Apr 2022 13:40:21 +0200 Subject: v 7.0.0.beta1 release prepare --- lib/net/ssh/version.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/net/ssh/version.rb b/lib/net/ssh/version.rb index c7de5f6..77c978c 100644 --- a/lib/net/ssh/version.rb +++ b/lib/net/ssh/version.rb @@ -46,10 +46,10 @@ module Net end # The major component of this version of the Net::SSH library - MAJOR = 6 + MAJOR = 7 # The minor component of this version of the Net::SSH library - MINOR = 3 + MINOR = 0 # The tiny component of this version of the Net::SSH library TINY = 0 -- cgit v1.2.1