summaryrefslogtreecommitdiff
path: root/lib/net/ssh/version.rb
diff options
context:
space:
mode:
authorMiklós Fazekas <mfazekas@szemafor.com>2016-03-26 11:11:35 +0100
committerMiklós Fazekas <mfazekas@szemafor.com>2016-03-26 11:11:35 +0100
commitb82d4e965fdcd6d011b49ea7b2bdb0d285b62a63 (patch)
treeea44d20d6acf75a709b384198fbfcd81c6ac5e95 /lib/net/ssh/version.rb
parent9f505d9f04c692d8e443912ed4a6b0fcc95619db (diff)
parentc1714d7512514fd2a09c9c7931451cd5ab1f159a (diff)
downloadnet-ssh-4.0.0.alpha2.tar.gz
Merge pull request #340 from mfazekas/close-chns-on-tr-closev4.0.0.alpha2
Close channels if trasport closed
Diffstat (limited to 'lib/net/ssh/version.rb')
-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 c1b1134..e4477f2 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 = "alpha1"
+ PRE = "alpha2"
# The current version of the Net::SSH library as a Version instance
CURRENT = new(*[MAJOR, MINOR, TINY, PRE].compact)