summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiklós Fazekas <mfazekas@szemafor.com>2020-03-18 14:53:14 +0100
committerGitHub <noreply@github.com>2020-03-18 14:53:14 +0100
commitbe339b812af51271f2e23de9e4dbdcdb990ce716 (patch)
tree2f6241a73be429818dd4b7cefa384dc6fa06ff49
parent7d241bb8d93e745d0ace459ef8854a7db3316ada (diff)
downloadnet-ssh-be339b812af51271f2e23de9e4dbdcdb990ce716.tar.gz
Update version.rb
-rw-r--r--lib/net/ssh/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/net/ssh/version.rb b/lib/net/ssh/version.rb
index eaad860..f6a9fa3 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 = "beta2"
+ PRE = "rc1"
# The current version of the Net::SSH library as a Version instance
CURRENT = new(*[MAJOR, MINOR, TINY, PRE].compact)