Skip to content

Commit

Permalink
MatriX.126
Browse files Browse the repository at this point in the history
  • Loading branch information
YouROK committed Oct 10, 2023
1 parent b607ab1 commit 11d360e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions server/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,9 @@ import (
// "github.com/anacrolix/torrent"
)

const Version = "MatriX.125"
const Version = "MatriX.126"

func GetTorrentVersion() string {
// _ = torrent.NewDefaultClientConfig()
bi, ok := debug.ReadBuildInfo()
if !ok {
log.Printf("Failed to read build info")
Expand Down

0 comments on commit 11d360e

Please sign in to comment.