Skip to content

Commit 45cc31e

Browse files
author
NetSHH Robot
committed
bump version
1 parent 316f8a5 commit 45cc31e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/net/scp/version.rb

+1-1
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 = "rc2"
59+
PRE = "rc3"
6060

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

lib/net/scp/version.rb.old

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ module Net
5656

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