Skip to content

Commit

Permalink
version info
Browse files Browse the repository at this point in the history
  • Loading branch information
5241871@qq.com committed Jun 24, 2023
1 parent ff72c41 commit 4b89036
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Coolpy7_Community.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ import (
"syscall"
)

var version = "1.0.1"
var goversion = "1.19.4"

var eng *broker.Engine

func main() {
Expand Down Expand Up @@ -135,6 +138,7 @@ func main() {
if err != nil {
log.Printf("Coolpy7 ws host error %s", err)
}
log.Printf("Coolpy7 v%s build golang v%s", version, goversion)

signalChan := make(chan os.Signal, 1)
cleanupDone := make(chan bool)
Expand Down

0 comments on commit 4b89036

Please sign in to comment.