bump ver for tag

This commit is contained in:
nikk gitanes
2023-03-24 15:00:19 +03:00
parent 3557275035
commit e9f65e9f8b
3 changed files with 5 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ import (
// "github.com/anacrolix/torrent" // "github.com/anacrolix/torrent"
) )
const Version = "MatriX.120.7" const Version = "MatriX.120.8"
func GetTorrentVersion() string { func GetTorrentVersion() string {
// _ = torrent.NewDefaultClientConfig() // _ = torrent.NewDefaultClientConfig()

View File

@@ -1,8 +1,10 @@
package api package api
import ( import (
"github.com/gin-gonic/gin"
"net/url" "net/url"
"github.com/gin-gonic/gin"
"server/rutor" "server/rutor"
"server/rutor/models" "server/rutor/models"
) )

View File

@@ -5,6 +5,7 @@ import (
"encoding/json" "encoding/json"
"net/http" "net/http"
"sync" "sync"
"server/version" "server/version"
"github.com/gin-gonic/gin" "github.com/gin-gonic/gin"