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()) )