From c1714d7512514fd2a09c9c7931451cd5ab1f159a Mon Sep 17 00:00:00 2001 From: Miklos Fazekas Date: Sat, 26 Mar 2016 11:07:51 +0100 Subject: Updatd rakefile to use bundler instead of jeweler --- lib/net/ssh/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/net/ssh/version.rb') diff --git a/lib/net/ssh/version.rb b/lib/net/ssh/version.rb index c1b1134..e4477f2 100644 --- a/lib/net/ssh/version.rb +++ b/lib/net/ssh/version.rb @@ -55,7 +55,7 @@ module Net; module SSH # The prerelease component of this version of the Net::SSH library # nil allowed - PRE = "alpha1" + PRE = "alpha2" # The current version of the Net::SSH library as a Version instance CURRENT = new(*[MAJOR, MINOR, TINY, PRE].compact) -- cgit v1.2.1