From 8ccf97d74d71973a4ca00d4b0c3bc9fb05d30543 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Mart=C3=ADn=20Nieto?= Date: Wed, 7 Feb 2024 11:11:06 +0100 Subject: [PATCH] Bump version to 1.6.5 --- 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 a3fdf9834..bb2266656 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 = '1.6.3' + Version = VERSION = '1.6.5' end