From 03fbf2f97faa743972fd8d14e1beab73935f8abf Mon Sep 17 00:00:00 2001 From: Timur Ismagilov Date: Thu, 21 Apr 2022 17:39:23 +0300 Subject: [PATCH] Change version to 1.10.0 --- help/en.myco | 2 +- main.go | 2 +- views/about.go | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/help/en.myco b/help/en.myco index 40bd556..27cfd05 100644 --- a/help/en.myco +++ b/help/en.myco @@ -1,6 +1,6 @@ = Help -This is documentation for **Mycorrhiza Wiki** 1.9. +This is documentation for **Mycorrhiza Wiki** 1.10. //Choose a topic from the list.// diff --git a/main.go b/main.go index a67ac4c..1ca6bf3 100644 --- a/main.go +++ b/main.go @@ -33,7 +33,7 @@ func main() { log.Fatal(err) } - log.Println("Running Mycorrhiza Wiki 1.9.0") + log.Println("Running Mycorrhiza Wiki 1.10.0") if err := os.Chdir(files.HyphaeDir()); err != nil { log.Fatal(err) } diff --git a/views/about.go b/views/about.go index b1c4068..6d7756a 100644 --- a/views/about.go +++ b/views/about.go @@ -45,7 +45,7 @@ const aboutTemplateString = `

{{ printf (get .L.Title) .Cfg.WikiName }}

{{ get .L.Version }}
-
1.9.0
+
1.10.0
{{ if .Cfg.UseAuth }}
{{ get .L.UserCount }}
{{ .UserCount }}