summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)