summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiklos Fazekas <mfazekas@szemafor.com>2017-09-06 14:36:32 +0200
committerMiklos Fazekas <mfazekas@szemafor.com>2017-09-06 14:36:32 +0200
commit4790748f9fad1aafda500d68747bc21a465f262c (patch)
tree0419c8c102ff11e19db0258893e6385944bd9526
parentbd4d31a66bba368cade1c9769996a9bd3a22f155 (diff)
downloadnet-ssh-4.2.0.tar.gz
4.2.0v4.2.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 5f79900..e380c60 100644
--- a/lib/net/ssh/version.rb
+++ b/lib/net/ssh/version.rb
@@ -55,7 +55,7 @@ module Net; module SSH
# The prerelease component of this version of the Net::SSH library
# nil allowed
- PRE = "rc2"
+ PRE = nil
# The current version of the Net::SSH library as a Version instance
CURRENT = new(*[MAJOR, MINOR, TINY, PRE].compact)