summaryrefslogtreecommitdiff
path: root/lib/net/ssh
diff options
context:
space:
mode:
authorMiklos Fazekas <mfazekas@szemafor.com>2016-03-30 12:16:27 +0200
committerMiklos Fazekas <mfazekas@szemafor.com>2016-03-30 12:16:27 +0200
commit076315d967bb7010eb05ca3d34801bf28e563d00 (patch)
treefc89f8e03976d63ff7b770e62737d2328901fc3f /lib/net/ssh
parent0861d16b1b6e2023e7ee1c5bc2d110b0f126e67f (diff)
downloadnet-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.rb2
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)