Skip to content

Commit

Permalink
Merge pull request #63 from Stromweld/patch-1
Browse files Browse the repository at this point in the history
official 4.0.0 release
  • Loading branch information
mfazekas committed Oct 14, 2022
2 parents 85b340b + 82bea64 commit d01bc17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/net/scp/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def to_i

# The prerelease component of this version of the Net::SSH library
# nil allowed
PRE = "rc1"
PRE = nil

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

0 comments on commit d01bc17

Please sign in to comment.