Skip to content

Commit 26ba83d

Browse files
committed
Version bump
1 parent 7bd2ad1 commit 26ba83d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/net/sftp/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ module Net; module SFTP
66
class Version < Net::SSH::Version
77
MAJOR = 2
88
MINOR = 0
9-
TINY = 5
9+
TINY = 6
1010

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

0 commit comments

Comments
 (0)