Skip to content

Commit 2583f04

Browse files
authored
4.1.0 prepare
1 parent dd9ac0b commit 2583f04

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/net/scp/version.rb

+3-3
Original file line numberDiff line numberDiff line change
@@ -49,14 +49,14 @@ def to_i
4949
MAJOR = 4
5050

5151
# The minor component of this version of the Net::SSH library
52-
MINOR = 0
52+
MINOR = 1
5353

5454
# The tiny component of this version of the Net::SSH library
55-
TINY = 1
55+
TINY = 0
5656

5757
# The prerelease component of this version of the Net::SSH library
5858
# nil allowed
59-
PRE = "rc3"
59+
PRE = nil
6060

6161
# The current version of the Net::SSH library as a Version instance
6262
CURRENT = new(*[MAJOR, MINOR, TINY, PRE].compact)

0 commit comments

Comments
 (0)