Skip to content

Commit 2a66440

Browse files
author
NetSHH Robot
committed
bump version
1 parent add141b commit 2a66440

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/net/ssh/version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,11 @@ def to_i
5252
MINOR = 2
5353

5454
# The tiny component of this version of the Net::SSH library
55-
TINY = 1
55+
TINY = 2
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)