Browse Source

Bump version to 0.8.1

tags/v0.8.1^0
Matt Baer 5 years ago
parent
commit
e5a00e00f5
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app.go

+ 1
- 1
app.go View File

@@ -54,7 +54,7 @@ var (
debugging bool

// Software version can be set from git env using -ldflags
softwareVer = "0.8.0"
softwareVer = "0.8.1"

// DEPRECATED VARS
// TODO: pass app.cfg into GetCollection* calls so we can get these values


Loading…
Cancel
Save