From 3f1cbb7c48daeef45860748bd904819aa1117ed8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Mart=C3=ADn=20Nieto?= Date: Mon, 9 Mar 2020 14:47:05 +0100 Subject: [PATCH] Bump version to 0.99.0 --- lib/rugged/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/rugged/version.rb b/lib/rugged/version.rb index e306dda1e..64c6392fc 100644 --- a/lib/rugged/version.rb +++ b/lib/rugged/version.rb @@ -4,5 +4,5 @@ # For full terms see the included LICENSE file. module Rugged - Version = VERSION = '0.28.0' + Version = VERSION = '0.99.0' end