From 1cabf831210a71b287dff2362c7d36b72a2c4a2d Mon Sep 17 00:00:00 2001 From: Andras Belicza Date: Tue, 26 Sep 2017 11:21:41 +0200 Subject: [PATCH] Modified release date. --- gwu/doc.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gwu/doc.go b/gwu/doc.go index c76a889..0faba88 100644 --- a/gwu/doc.go +++ b/gwu/doc.go @@ -397,6 +397,6 @@ package gwu // Gowut version information. const ( GowutVersion = "v1.3.0" // Gowut version: "v"major.minor.maintenance[-dev] - GowutReleaseDate = "2017-01-17 CET" // Gowut release date + GowutReleaseDate = "2017-09-26 CET" // Gowut release date GowutRelDateLayout = "2006-01-02 MST" // Gowut release date layout (for time.Parse()) )