Skip to content

Commit d01bc17

Browse files
authored
Merge pull request #63 from Stromweld/patch-1
official 4.0.0 release
2 parents 85b340b + 82bea64 commit d01bc17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/net/scp/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def to_i
5656

5757
# The prerelease component of this version of the Net::SSH library
5858
# nil allowed
59-
PRE = "rc1"
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)