diff options
author | Miklos Fazekas <mfazekas@szemafor.com> | 2020-05-28 13:04:24 +0200 |
---|---|---|
committer | Miklos Fazekas <mfazekas@szemafor.com> | 2020-05-28 13:04:24 +0200 |
commit | 74919ef69344164bd55e2dfc7ee2a360b6c718c6 (patch) | |
tree | 2c69aa226421b118d5c6e072cd898cccac7af2d3 /lib/net/ssh/version.rb | |
parent | 3768f1f1a81504909df7b9ee95fdd16f6610096d (diff) | |
download | net-ssh-v6.1.tar.gz |
Diffstat (limited to 'lib/net/ssh/version.rb')
-rw-r--r-- | lib/net/ssh/version.rb | 2 |
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) |