Skip to content

Commit

Permalink
0.0.1-alpha.8
Browse files Browse the repository at this point in the history
  • Loading branch information
henrygd committed Jul 24, 2024
1 parent b89bec3 commit 76cfaaa
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 @@ -21,7 +21,7 @@ import (
psutilNet "github.com/shirou/gopsutil/v4/net"
)

var Version = "0.0.1-alpha.7"
var Version = "0.0.1-alpha.8"

var containerCpuMap = make(map[string][2]uint64)

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-alpha.7"
var Version = "0.0.1-alpha.8"

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

0 comments on commit 76cfaaa

Please sign in to comment.