diff --git a/help/en.myco b/help/en.myco index a475b14..5b13005 100644 --- a/help/en.myco +++ b/help/en.myco @@ -1,6 +1,6 @@ # Help -This is documentation for **Mycorrhiza Wiki** version **1.7** ([[https://mycorrhiza.wiki | official wiki]]). +This is documentation for **Mycorrhiza Wiki** version **1.8** ([[https://mycorrhiza.wiki | official wiki]]). **Choose a topic from the list.** diff --git a/main.go b/main.go index db71383..0aeba86 100644 --- a/main.go +++ b/main.go @@ -31,7 +31,7 @@ func main() { log.Fatal(err) } - log.Println("Running Mycorrhiza Wiki 1.7.0") + log.Println("Running Mycorrhiza Wiki 1.8.0") if err := os.Chdir(files.HyphaeDir()); err != nil { log.Fatal(err) } diff --git a/views/stuff.qtpl b/views/stuff.qtpl index 97bb5cb..eb3a0e3 100644 --- a/views/stuff.qtpl +++ b/views/stuff.qtpl @@ -281,7 +281,7 @@ sort.Strings(editors)

{%s lc.Get("ui.about_title", &l18n.Replacements{"name": cfg.WikiName}) %}