Skip to content

Commit

Permalink
Update version.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
mfazekas authored Jun 12, 2024
1 parent 6dde359 commit ac5de39
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/net/ssh/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,14 @@ def to_i
MAJOR = 7

# The minor component of this version of the Net::SSH library
MINOR = 2
MINOR = 3

# The tiny component of this version of the Net::SSH library
TINY = 3
TINY = 0

# The prerelease component of this version of the Net::SSH library
# nil allowed
PRE = nil
PRE = "rc1"

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

0 comments on commit ac5de39

Please sign in to comment.