chore: Minor improvements

This commit is contained in:
Nova 2024-10-04 13:16:34 +03:30
parent 81b1f41b54
commit 6c68be73b3
No known key found for this signature in database
GPG Key ID: 389787EC83F5D73A
3 changed files with 3 additions and 3 deletions

View File

@ -6,4 +6,4 @@ func init() {
constant.Version = Version
}
var Version = "1.10.0-beta.9"
var Version = "1.10.0-beta.11"

View File

@ -10,7 +10,7 @@ import (
)
func main() {
fmt.Println("sing-box-extra:", boxbox.Version)
fmt.Println("sing-box:", boxbox.Version)
fmt.Println()
// sing-box

View File

@ -96,7 +96,7 @@ func RunCore(setupCore func(), server gen.LibcoreServiceServer) {
)
gen.RegisterLibcoreServiceServer(s, server)
name := "nekobox_core"
name := "Core"
log.Printf("%s grpc server listening at %v\n", name, lis.Addr())
if err := s.Serve(lis); err != nil {