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 add141b commit 2a66440Copy full SHA for 2a66440
lib/net/ssh/version.rb
@@ -52,11 +52,11 @@ def to_i
52
MINOR = 2
53
54
# The tiny component of this version of the Net::SSH library
55
- TINY = 1
+ TINY = 2
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