Skip to content

Commit b68114e

Browse files
committed
Version bump
1 parent 0771135 commit b68114e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/net/sftp/version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ module Net; module SFTP
55
# Describes the current version of the Net::SFTP library.
66
class Version < Net::SSH::Version
77
MAJOR = 2
8-
MINOR = 0
9-
TINY = 6
8+
MINOR = 1
9+
TINY = 0
1010

1111
# The current version, as a Version instance
1212
CURRENT = new(MAJOR, MINOR, TINY)

0 commit comments

Comments
 (0)