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 0771135 commit b68114eCopy full SHA for b68114e
lib/net/sftp/version.rb
@@ -5,8 +5,8 @@ module Net; module SFTP
5
# Describes the current version of the Net::SFTP library.
6
class Version < Net::SSH::Version
7
MAJOR = 2
8
- MINOR = 0
9
- TINY = 6
+ MINOR = 1
+ TINY = 0
10
11
# The current version, as a Version instance
12
CURRENT = new(MAJOR, MINOR, TINY)
0 commit comments