summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorMiklós Fazekas <mfazekas@szemafor.com>2021-08-10 10:20:31 +0200
committerMiklós Fazekas <mfazekas@szemafor.com>2021-08-10 10:20:31 +0200
commita942083443d3ddaaa3d911c3d0edd51dbffadc38 (patch)
treec538e05f1379df02169ce6f2ad6d99d22d4ba16f /lib
parent1310df3b5cbdb8f0bd5d6c883f376f1acb6711ed (diff)
downloadnet-ssh-a942083443d3ddaaa3d911c3d0edd51dbffadc38.tar.gz
6.3.0.beta1 release
Diffstat (limited to 'lib')
-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 54cadee..c7de5f6 100644
--- a/lib/net/ssh/version.rb
+++ b/lib/net/ssh/version.rb
@@ -49,14 +49,14 @@ module Net
MAJOR = 6
# The minor component of this version of the Net::SSH library
- MINOR = 2
+ MINOR = 3
# The tiny component of this version of the Net::SSH library
TINY = 0
# The prerelease component of this version of the Net::SSH library
# nil allowed
- PRE = "rc2"
+ PRE = "beta1"
# The current version of the Net::SSH library as a Version instance
CURRENT = new(*[MAJOR, MINOR, TINY, PRE].compact)