summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiklos Fazekas <mfazekas@szemafor.com>2020-06-30 18:25:10 +0200
committerMiklos Fazekas <mfazekas@szemafor.com>2020-06-30 18:25:10 +0200
commitd731c11d8bd0feb9d252416611474e1694245272 (patch)
tree8937dd7a3e662137a6398a2acf3e1adeb360f092
parent8f55bffcb2d39f8d4f1a3e9f71986a7b724459bc (diff)
downloadnet-ssh-d731c11d8bd0feb9d252416611474e1694245272.tar.gz
6.2.0 rc1v6.2.0.rc1
-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 43cda5f..cee010a 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 = "beta1"
+ PRE = "rc1"
# The current version of the Net::SSH library as a Version instance
CURRENT = new(*[MAJOR, MINOR, TINY, PRE].compact)