version bump

This commit is contained in:
Jan Halfar 2018-11-27 12:49:02 +01:00
parent cb652b112e
commit 7decb6b56f

View File

@ -19,7 +19,7 @@ const (
)
var (
uniqushPushVersion = "content-server 1.3.4"
uniqushPushVersion = "content-server 1.4.0"
showVersionFlag = flag.Bool("version", false, "version info")
address = flag.String("address", "127.0.0.1:8081", "address to bind host:port")
varDir = flag.String("var-dir", "/var/lib/contentserver", "where to put my data")