summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiklós Fazekas <mfazekas@szemafor.com>2023-01-24 04:08:12 +0100
committerGitHub <noreply@github.com>2023-01-24 04:08:12 +0100
commit6a4914e8e6d3d15667342f2d6be3742bf73f0f21 (patch)
tree6e25d7b100c04b485ba6abd2dccffcd2b1b33a24
parent49c1e96a46290b860ba8ed8e1002557fc634837a (diff)
downloadnet-ssh-6a4914e8e6d3d15667342f2d6be3742bf73f0f21.tar.gz
7.1.0.beta1 release
-rw-r--r--lib/net/ssh/version.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/net/ssh/version.rb b/lib/net/ssh/version.rb
index ea5e110..41f766b 100644
--- a/lib/net/ssh/version.rb
+++ b/lib/net/ssh/version.rb
@@ -52,11 +52,11 @@ module Net
MINOR = 1
# The tiny component of this version of the Net::SSH library
- TINY = "rc1"
+ TINY = 0
# The prerelease component of this version of the Net::SSH library
# nil allowed
- PRE = nil
+ PRE = "beta1"
# The current version of the Net::SSH library as a Version instance
CURRENT = new(*[MAJOR, MINOR, TINY, PRE].compact)