summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiklós Fazekas <mfazekas@szemafor.com>2023-01-24 04:07:00 +0100
committerGitHub <noreply@github.com>2023-01-24 04:07:00 +0100
commit49c1e96a46290b860ba8ed8e1002557fc634837a (patch)
tree25aa895bfa8120b376d5a92d6d0b1d7d7e6818b5
parent69c1c05f16fe3165457467fc7e0a3f5718c3075c (diff)
downloadnet-ssh-49c1e96a46290b860ba8ed8e1002557fc634837a.tar.gz
Update version.rb
-rw-r--r--lib/net/ssh/version.rb4
1 files 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