bump version to v1.0.5

This commit is contained in:
dencoded 2020-04-01 16:18:51 -04:00
parent a8638d8447
commit e081abaf9b

View file

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