Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
NetSHH Robot committed Dec 25, 2024
1 parent 316f8a5 commit 45cc31e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 = "rc2"
PRE = "rc3"

# The current version of the Net::SSH library as a Version instance
CURRENT = new(*[MAJOR, MINOR, TINY, PRE].compact)
Expand Down
2 changes: 1 addition & 1 deletion lib/net/scp/version.rb.old
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ module Net

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

# 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 45cc31e

Please sign in to comment.