From e842cf110541123d60a61ba8b39f67df4cc1f709 Mon Sep 17 00:00:00 2001 From: nikk gitanes Date: Wed, 10 Apr 2024 15:35:03 +0300 Subject: [PATCH] bump ver for tag --- server/version/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/version/version.go b/server/version/version.go index 16073b1..cfc0b69 100644 --- a/server/version/version.go +++ b/server/version/version.go @@ -6,7 +6,7 @@ import ( // "github.com/anacrolix/torrent" ) -const Version = "MatriX.130.3" +const Version = "MatriX.130.4" func GetTorrentVersion() string { bi, ok := debug.ReadBuildInfo()