summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiklós Fazekas <mfazekas@szemafor.com>2023-02-27 11:56:59 +0100
committerMiklós Fazekas <mfazekas@szemafor.com>2023-02-27 11:56:59 +0100
commitda52b108fded76af7bcf896340cd3e3862e74d66 (patch)
treea6858335f3161fa13db71ff29b34ae37b577bd5d
parent09f2c4067e0800213af877873ea5d6ac399cf732 (diff)
downloadnet-ssh-da52b108fded76af7bcf896340cd3e3862e74d66.tar.gz
7.1.0.beta2 release preparev7.1.0.beta2
-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 41f766b..3755ca7 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 = "beta2"
# The current version of the Net::SSH library as a Version instance
CURRENT = new(*[MAJOR, MINOR, TINY, PRE].compact)