From e993e8a32cbf6c41a8ea750bebf1bacb269bbb87 Mon Sep 17 00:00:00 2001 From: mappu Date: Sat, 24 Mar 2018 15:36:56 +1300 Subject: [PATCH] dev server version is 0.0, not 1.x.x-dev (easier numeric handling) --HG-- branch : nmdc-ircfrontend --- typedefs.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/typedefs.go b/typedefs.go index 8c0ad4d..a74661c 100644 --- a/typedefs.go +++ b/typedefs.go @@ -19,7 +19,7 @@ along with this program. If not, see . */ var ( - APP_VERSION = "1.x.x-dev" // overridden with build ldflags + APP_VERSION = "0.0" // overridden with build ldflags ) const (