mirror of
https://github.com/JetSprow/J-Board-Lite.git
synced 2026-05-01 01:14:10 +05:30
fix: release v3.0.1 agent service cleanup
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
BINARY := jboard-agent
|
||||
VERSION := 3.0.0
|
||||
VERSION := 3.0.1
|
||||
LDFLAGS := -s -w
|
||||
|
||||
.PHONY: build build-linux clean
|
||||
|
||||
@@ -12,7 +12,7 @@ import (
|
||||
"github.com/jboard/jboard-agent/internal/probe"
|
||||
)
|
||||
|
||||
const version = "3.0.0"
|
||||
const version = "3.0.1"
|
||||
|
||||
func main() {
|
||||
debug.SetGCPercent(50)
|
||||
|
||||
Reference in New Issue
Block a user