Skip to content

Commit

Permalink
Merge pull request #141 from Stromweld/patch-1
Browse files Browse the repository at this point in the history
Official 4.0.0 release
  • Loading branch information
mfazekas authored Nov 1, 2022
2 parents a341294 + 12ad91a commit 5c99cba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/net/sftp/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::SFTP library
# nil allowed
PRE = "rc1"
PRE = nil

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

0 comments on commit 5c99cba

Please sign in to comment.