summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiklós Fazekas <mfazekas@szemafor.com>2022-06-26 06:54:35 +0200
committerGitHub <noreply@github.com>2022-06-26 06:54:35 +0200
commita2b4cf1820370579013fe841e738f382a6af1edb (patch)
tree3def64c1daf704edf62ed15d38b5e3b7a36447fd
parent09822870696eaac1b2e739a266b1aa8d6fd64a1c (diff)
downloadnet-ssh-a2b4cf1820370579013fe841e738f382a6af1edb.tar.gz
Update version.rbv7.0.0
-rw-r--r--lib/net/ssh/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/net/ssh/version.rb b/lib/net/ssh/version.rb
index 77c978c..6edeb56 100644
--- a/lib/net/ssh/version.rb
+++ b/lib/net/ssh/version.rb
@@ -56,7 +56,7 @@ module Net
# The prerelease component of this version of the Net::SSH library
# nil allowed
- PRE = "beta1"
+ PRE = nil
# The current version of the Net::SSH library as a Version instance
CURRENT = new(*[MAJOR, MINOR, TINY, PRE].compact)