summaryrefslogtreecommitdiff
path: root/lib/net/ssh/version.rb
diff options
context:
space:
mode:
authorMiklos Fazekas <mfazekas@szemafor.com>2015-12-10 12:41:43 +0100
committerMiklos Fazekas <mfazekas@szemafor.com>2015-12-10 12:41:43 +0100
commite4b782e416fb2ccf2a8c81fb59f5f1a5f0b275a2 (patch)
tree637cc6966f24332d555cb5ea6d3d9e5d3a362c18 /lib/net/ssh/version.rb
parent12c62d517a8945e6b1187ab2c523bc07604d1ab0 (diff)
downloadnet-ssh-3.0.2.rc1.tar.gz
Prepare for 3.0.2.rc1v3.0.2.rc1
Diffstat (limited to 'lib/net/ssh/version.rb')
-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 be871b2..0a2c7b3 100644
--- a/lib/net/ssh/version.rb
+++ b/lib/net/ssh/version.rb
@@ -51,11 +51,11 @@ module Net; module SSH
MINOR = 0
# The tiny component of this version of the Net::SSH library
- TINY = 1
+ TINY = 2
# The prerelease component of this version of the Net::SSH library
# nil allowed
- PRE = nil
+ PRE = "rc1"
# The current version of the Net::SSH library as a Version instance
CURRENT = new(*[MAJOR, MINOR, TINY, PRE].compact)