From c89376bad86c527a22bbbe6d25db2dd8acc09d5e Mon Sep 17 00:00:00 2001 From: Timur Ismagilov Date: Sat, 3 Sep 2022 20:39:17 +0300 Subject: [PATCH] Change version to 1.12 It's funny how despite all those tricky tricks made previously, manual changes to the version number are still to be made. Do we really need those tricky tricks though? --- help/en.myco | 2 +- main.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/help/en.myco b/help/en.myco index 833034e..9233e80 100644 --- a/help/en.myco +++ b/help/en.myco @@ -1,6 +1,6 @@ = Help -This is documentation for **Mycorrhiza Wiki** 1.11. +This is documentation for **Mycorrhiza Wiki** 1.12. //Choose a topic from the list.// diff --git a/main.go b/main.go index ad764f1..b6a8a44 100644 --- a/main.go +++ b/main.go @@ -36,7 +36,7 @@ func main() { log.Fatal(err) } - log.Println("Running Mycorrhiza Wiki 1.11.0") + log.Println("Running Mycorrhiza Wiki 1.12.0") if err := os.Chdir(files.HyphaeDir()); err != nil { log.Fatal(err) }