summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiklós Fazekas <mfazekas@szemafor.com>2022-04-30 13:40:21 +0200
committerMiklós Fazekas <mfazekas@szemafor.com>2022-04-30 13:41:11 +0200
commit09822870696eaac1b2e739a266b1aa8d6fd64a1c (patch)
treef503cb09b9f43b8466a781fe4bbd0daad7c4e6f9
parent845503873ef050c8a7b78dbd4f1af2f96e8240fd (diff)
downloadnet-ssh-09822870696eaac1b2e739a266b1aa8d6fd64a1c.tar.gz
v 7.0.0.beta1 release preparev7.0.0.beta1
-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 c7de5f6..77c978c 100644
--- a/lib/net/ssh/version.rb
+++ b/lib/net/ssh/version.rb
@@ -46,10 +46,10 @@ module Net
end
# The major component of this version of the Net::SSH library
- MAJOR = 6
+ MAJOR = 7
# The minor component of this version of the Net::SSH library
- MINOR = 3
+ MINOR = 0
# The tiny component of this version of the Net::SSH library
TINY = 0