summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiklos Fazekas <mfazekas@szemafor.com>2020-04-20 11:01:50 +0200
committerMiklos Fazekas <mfazekas@szemafor.com>2020-04-20 11:01:50 +0200
commitd37be56efa2d2bcfac78e318ed3c6aef521a2dad (patch)
treef16deaaef47b09391cfda60f86911d5e28f09be0
parent18bb917c3eab693f843e2e755140547f17bd3910 (diff)
downloadnet-ssh-d37be56efa2d2bcfac78e318ed3c6aef521a2dad.tar.gz
Final releasev6.0.0
-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 f6a9fa3..275e232 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)