Skip to content

Commit

Permalink
Update version.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
mfazekas authored Jul 25, 2022
1 parent e6bec09 commit 9e8db35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/net/scp/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def to_i
end

# The major component of this version of the Net::SSH library
MAJOR = 3
MAJOR = 4

# The minor component of this version of the Net::SSH library
MINOR = 0
Expand All @@ -56,7 +56,7 @@ def to_i

# 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 9e8db35

Please sign in to comment.