1
0
mirror of https://github.com/osmarks/mycorrhiza.git synced 2024-12-12 05:20:26 +00:00

Increment version

This commit is contained in:
Timur Ismagilov 2021-11-01 23:42:08 +05:00
parent 8848a994e5
commit c8c98a871d
3 changed files with 3 additions and 3 deletions

View File

@ -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.**

View File

@ -1,6 +1,6 @@
# Справка
Это документация к **вики-движку Микориза** версии **1.5** ([[https://mycorrhiza.wiki | официальная вики]]).
Это документация к **вики-движку Микориза** версии **1.6** ([[https://mycorrhiza.wiki | официальная вики]]).
**Выберите тему из списка.**

View File

@ -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)
}