We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16753a6 commit 5ad0ab7Copy full SHA for 5ad0ab7
lib/net/sftp/version.rb
@@ -56,7 +56,7 @@ def to_i
56
57
# The prerelease component of this version of the Net::SFTP library
58
# nil allowed
59
- PRE = "rc2"
+ PRE = "rc3"
60
61
# The current version of the Net::SFTP library as a Version instance
62
CURRENT = new(*[MAJOR, MINOR, TINY, PRE].compact)
0 commit comments