From 000dca0cdab02e487da0ad5b0daab16b90204d3c Mon Sep 17 00:00:00 2001 From: Timur Ismagilov Date: Fri, 28 Jan 2022 00:28:00 +0500 Subject: [PATCH] Change version to 1.8.0 The release is soon... --- help/en.myco | 2 +- main.go | 2 +- views/stuff.qtpl | 2 +- views/stuff.qtpl.go | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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}) %}