fix a possible nil pointer dereference

it can happen by upgrading from very old versions
This commit is contained in:
Nicola Murino
2021-09-11 14:19:17 +02:00
parent 0eca4f1866
commit 5c34d814d6
14 changed files with 139 additions and 40 deletions

View File

@@ -2,7 +2,7 @@ package version
import "strings"
const version = "2.1.0-dev"
const version = "2.1.2-dev"
var (
commit = ""