diff options
Diffstat (limited to 'lib/net/ssh/version.rb')
-rw-r--r-- | lib/net/ssh/version.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/net/ssh/version.rb b/lib/net/ssh/version.rb index 57290b8..3af5023 100644 --- a/lib/net/ssh/version.rb +++ b/lib/net/ssh/version.rb @@ -53,9 +53,9 @@ module Net; module SSH # The tiny component of this version of the Net::SSH library TINY = 4 - # The prerelease component of this version of the Net::SSH library + # The prerelease component of this version of the Net::SSH library # nil allowed - PRE = "rc1" + PRE = nil # The current version of the Net::SSH library as a Version instance CURRENT = new(*[MAJOR, MINOR, TINY, PRE].compact) |