summaryrefslogtreecommitdiff
path: root/lib/net/ssh/version.rb
diff options
context:
space:
mode:
authorMiklos Fazekas <mfazekas@szemafor.com>2020-05-28 13:04:24 +0200
committerMiklos Fazekas <mfazekas@szemafor.com>2020-05-28 13:04:24 +0200
commit74919ef69344164bd55e2dfc7ee2a360b6c718c6 (patch)
tree2c69aa226421b118d5c6e072cd898cccac7af2d3 /lib/net/ssh/version.rb
parent3768f1f1a81504909df7b9ee95fdd16f6610096d (diff)
downloadnet-ssh-v6.1.tar.gz
6.1 release preparev6.1.0v6.1
Diffstat (limited to 'lib/net/ssh/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 65c6a44..662e92e 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 = "rc1"
+ PRE = nil
# The current version of the Net::SSH library as a Version instance
CURRENT = new(*[MAJOR, MINOR, TINY, PRE].compact)