1
0
mirror of https://github.com/osmarks/mycorrhiza.git synced 2024-10-30 03:36:16 +00:00

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?
This commit is contained in:
Timur Ismagilov 2022-09-03 20:39:17 +03:00
parent b18abeba92
commit c89376bad8
2 changed files with 2 additions and 2 deletions

View File

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

View File

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