Release 1.5.1

This commit is contained in:
wh1te909 2021-04-16 00:30:24 -07:00
parent 1a3211586d
commit 3b070c3fad
2 changed files with 2 additions and 2 deletions

2
.gitignore vendored
View File

@ -7,5 +7,5 @@ tacticalrmm
*.syso
versioninfo.json
build/
build.sh
*.sh
*.bat

View File

@ -12,7 +12,7 @@ import (
)
var (
version = "1.5.0"
version = "1.5.1"
log = logrus.New()
logFile *os.File
)