mirror of
https://github.com/foomo/contentserver.git
synced 2025-10-16 12:25:44 +00:00
version bump
This commit is contained in:
parent
cb652b112e
commit
7decb6b56f
@ -19,7 +19,7 @@ const (
|
|||||||
)
|
)
|
||||||
|
|
||||||
var (
|
var (
|
||||||
uniqushPushVersion = "content-server 1.3.4"
|
uniqushPushVersion = "content-server 1.4.0"
|
||||||
showVersionFlag = flag.Bool("version", false, "version info")
|
showVersionFlag = flag.Bool("version", false, "version info")
|
||||||
address = flag.String("address", "127.0.0.1:8081", "address to bind host:port")
|
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")
|
varDir = flag.String("var-dir", "/var/lib/contentserver", "where to put my data")
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user