Skip to content

Commit

Permalink
version 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
henrygd committed Jul 24, 2024
1 parent ee57e84 commit 26dbb19
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion agent/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import (
psutilNet "github.com/shirou/gopsutil/v4/net"
)

var Version = "0.0.1"
var Version = "0.1.0"

var containerCpuMap = make(map[string][2]uint64)
var containerCpuMutex = &sync.Mutex{}
Expand Down
2 changes: 1 addition & 1 deletion hub/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ import (
"golang.org/x/crypto/ssh"
)

var Version = "0.0.1"
var Version = "0.1.0"

var app *pocketbase.PocketBase
var serverConnections = make(map[string]*Server)
Expand Down

0 comments on commit 26dbb19

Please sign in to comment.