MatriX.126

This commit is contained in:
yourok
2023-10-10 17:52:20 +03:00
parent b607ab1742
commit 11d360e255

View File

@@ -6,10 +6,9 @@ import (
// "github.com/anacrolix/torrent" // "github.com/anacrolix/torrent"
) )
const Version = "MatriX.125" const Version = "MatriX.126"
func GetTorrentVersion() string { func GetTorrentVersion() string {
// _ = torrent.NewDefaultClientConfig()
bi, ok := debug.ReadBuildInfo() bi, ok := debug.ReadBuildInfo()
if !ok { if !ok {
log.Printf("Failed to read build info") log.Printf("Failed to read build info")