We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6bec09 commit 9e8db35Copy full SHA for 9e8db35
lib/net/scp/version.rb
@@ -46,7 +46,7 @@ def to_i
46
end
47
48
# The major component of this version of the Net::SSH library
49
- MAJOR = 3
+ MAJOR = 4
50
51
# The minor component of this version of the Net::SSH library
52
MINOR = 0
@@ -56,7 +56,7 @@ def to_i
56
57
# The prerelease component of this version of the Net::SSH library
58
# nil allowed
59
- PRE = nil
+ PRE = "rc1"
60
61
# The current version of the Net::SSH library as a Version instance
62
CURRENT = new(*[MAJOR, MINOR, TINY, PRE].compact)
0 commit comments