From 49c1e96a46290b860ba8ed8e1002557fc634837a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mikl=C3=B3s=20Fazekas?= Date: Tue, 24 Jan 2023 04:07:00 +0100 Subject: Update version.rb --- 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 bd909ed..ea5e110 100644 --- a/lib/net/ssh/version.rb +++ b/lib/net/ssh/version.rb @@ -49,10 +49,10 @@ module Net MAJOR = 7 # The minor component of this version of the Net::SSH library - MINOR = 0 + MINOR = 1 # The tiny component of this version of the Net::SSH library - TINY = 1 + TINY = "rc1" # The prerelease component of this version of the Net::SSH library # nil allowed -- cgit v1.2.1