diff options
author | Miklos Fazekas <mfazekas@szemafor.com> | 2018-05-24 10:14:27 +0200 |
---|---|---|
committer | Miklos Fazekas <mfazekas@szemafor.com> | 2018-05-24 10:14:27 +0200 |
commit | c5884191636a1c19b66c24cf872fa3af36d85f2b (patch) | |
tree | e9f62af249ceb835e1e143149e9cfc49101286c9 /lib/net | |
parent | 736b26c5347a069a5bd63f4db01d39b96e4e1303 (diff) | |
download | net-ssh-5.0.0.rc1.tar.gz |
5.0.0.rc1 preparev5.0.0.rc1
Diffstat (limited to 'lib/net')
-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 1078640..4111d13 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 = "beta2" + PRE = "rc1" # The current version of the Net::SSH library as a Version instance CURRENT = new(*[MAJOR, MINOR, TINY, PRE].compact) |