Browse Source

Bump version to 0.12.0

tags/v0.12.0rc1^0
Matt Baer 4 years ago
parent
commit
c2417399a4
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app.go

+ 1
- 1
app.go View File

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

// Software version can be set from git env using -ldflags
softwareVer = "0.11.2"
softwareVer = "0.12.0"

// DEPRECATED VARS
isSingleUser bool


Loading…
Cancel
Save