Skip to content

Commit 9e8db35

Browse files
authored
Update version.rb
1 parent e6bec09 commit 9e8db35

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/net/scp/version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def to_i
4646
end
4747

4848
# The major component of this version of the Net::SSH library
49-
MAJOR = 3
49+
MAJOR = 4
5050

5151
# The minor component of this version of the Net::SSH library
5252
MINOR = 0
@@ -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 = nil
59+
PRE = "rc1"
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)