summaryrefslogtreecommitdiff
path: root/lib/net/ssh
diff options
context:
space:
mode:
authorMiklós Fazekas <mfazekas@szemafor.com>2015-01-04 13:09:54 +0100
committerMiklós Fazekas <mfazekas@szemafor.com>2015-01-04 13:09:54 +0100
commit0cd9ff44d7d592583fe35c49b0d64868f334f3b2 (patch)
treef9fb4a32e9380a3cf66e6c7ac36b2d5590db6903 /lib/net/ssh
parenteb9c756f7cf518f67800f9bbc951217a82f491b6 (diff)
parent95e2a9404957517061492d880ed7278700e9ad2c (diff)
downloadnet-ssh-remove-curve25519-sha256-libssh.tar.gz
Merge pull request #210 from mfazekas/allow-number_of_password_promptsv2.9.2.rc2remove-curve25519-sha256-libssh
2.9.2 rc2 - number_of_password_prompts: 0 now can be passed via capistra...
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 b12b212..7a9df7d 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 = "rc1"
+ PRE = "rc2"
# The current version of the Net::SSH library as a Version instance
CURRENT = new(*[MAJOR, MINOR, TINY, PRE].compact)