Bump version to 0.8.1

This commit is contained in:
Matt Baer 2019-02-01 15:10:20 +01:00
parent ee6046bdbf
commit e5a00e00f5

2
app.go
View file

@ -54,7 +54,7 @@ var (
debugging bool debugging bool
// Software version can be set from git env using -ldflags // Software version can be set from git env using -ldflags
softwareVer = "0.8.0" softwareVer = "0.8.1"
// DEPRECATED VARS // DEPRECATED VARS
// TODO: pass app.cfg into GetCollection* calls so we can get these values // TODO: pass app.cfg into GetCollection* calls so we can get these values