bump version to 1.0.6

This commit is contained in:
dencoded 2020-04-08 00:15:46 -04:00
parent dd35882467
commit a997918372

View file

@ -6,7 +6,7 @@ import (
"github.com/fatih/color"
)
var AgentVersion = "1.0.5"
var AgentVersion = "1.0.6"
func CheckAgentVersion(latestVer string) {
log.Println("Current agent version:", AgentVersion)