summaryrefslogtreecommitdiff
path: root/lib/net/ssh
diff options
context:
space:
mode:
authorMiklós Fazekas <mfazekas@szemafor.com>2023-03-12 09:54:30 +0100
committerMiklós Fazekas <mfazekas@szemafor.com>2023-03-12 10:00:19 +0100
commit03716c1ee450e1a54c55f2c621f75aa9eda0253d (patch)
tree5f7f242ee9d30d68fb785034d35e842e5cbf8fe2 /lib/net/ssh
parentb472cde2778244c3e844c8f636f7a30dac5a447f (diff)
downloadnet-ssh-03716c1ee450e1a54c55f2c621f75aa9eda0253d.tar.gz
7.1.0 release preparev7.1.0
Diffstat (limited to 'lib/net/ssh')
-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 3755ca7..e4bb306 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 = "beta2"
+ PRE = nil
# The current version of the Net::SSH library as a Version instance
CURRENT = new(*[MAJOR, MINOR, TINY, PRE].compact)