From c8c98a871d11ef82211937d9b3ad80a4058ac56c Mon Sep 17 00:00:00 2001 From: Timur Ismagilov Date: Mon, 1 Nov 2021 23:42:08 +0500 Subject: [PATCH] Increment version --- help/en.myco | 2 +- help/ru.myco | 2 +- main.go | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/help/en.myco b/help/en.myco index 1eb081d..fd84239 100644 --- a/help/en.myco +++ b/help/en.myco @@ -1,6 +1,6 @@ # Help -This is documentation for **Mycorrhiza Wiki** version **1.5** ([[https://mycorrhiza.wiki | official wiki]]). +This is documentation for **Mycorrhiza Wiki** version **1.6** ([[https://mycorrhiza.wiki | official wiki]]). **Choose a topic from the list.** diff --git a/help/ru.myco b/help/ru.myco index aead2f4..5b1420f 100644 --- a/help/ru.myco +++ b/help/ru.myco @@ -1,6 +1,6 @@ # Справка -Это документация к **вики-движку Микориза** версии **1.5** ([[https://mycorrhiza.wiki | официальная вики]]). +Это документация к **вики-движку Микориза** версии **1.6** ([[https://mycorrhiza.wiki | официальная вики]]). **Выберите тему из списка.** diff --git a/main.go b/main.go index f11bec8..5cc568e 100644 --- a/main.go +++ b/main.go @@ -30,7 +30,7 @@ func main() { log.Fatal(err) } - log.Println("Running Mycorrhiza Wiki 1.5.0") + log.Println("Running Mycorrhiza Wiki 1.6.0") if err := os.Chdir(files.HyphaeDir()); err != nil { log.Fatal(err) }