Skip to content

Commit 0c3e973

Browse files
committed
Set version to 3.0.6
1 parent 9179df6 commit 0c3e973

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.0.5
1+
3.0.6

config/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import (
1414
)
1515

1616
// AgentVersion as the name says
17-
const AgentVersion = "3.0.5"
17+
const AgentVersion = "3.0.6"
1818

1919
// CustomCheck are external plugins and scripts which should be executed by the Agent
2020
type CustomCheck struct {

0 commit comments

Comments
 (0)