summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiklos Fazekas <mfazekas@szemafor.com>2020-01-19 11:59:55 +0100
committerMiklos Fazekas <mfazekas@szemafor.com>2020-01-19 11:59:55 +0100
commit0e5cba65526fa2cb004831d61e936b9f62a24937 (patch)
treef3b99784aea4db197edfbbb23042abeb7ebc4ce6
parent221613861e8fa2607be1ccf653628dd7ed463480 (diff)
downloadnet-ssh-0e5cba65526fa2cb004831d61e936b9f62a24937.tar.gz
beta2 preparev6.0.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 9969c78..eaad860 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)