diff options
author | Miklos Fazekas <mfazekas@szemafor.com> | 2016-03-30 12:16:27 +0200 |
---|---|---|
committer | Miklos Fazekas <mfazekas@szemafor.com> | 2016-03-30 12:16:27 +0200 |
commit | 076315d967bb7010eb05ca3d34801bf28e563d00 (patch) | |
tree | fc89f8e03976d63ff7b770e62737d2328901fc3f /lib/net/ssh | |
parent | 0861d16b1b6e2023e7ee1c5bc2d110b0f126e67f (diff) | |
download | net-ssh-4.0.0.alpha3.tar.gz |
Alpha 3 preparev4.0.0.alpha3
Diffstat (limited to 'lib/net/ssh')
-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 e4477f2..381706b 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 = "alpha2" + PRE = "alpha3" # The current version of the Net::SSH library as a Version instance CURRENT = new(*[MAJOR, MINOR, TINY, PRE].compact) |