1
0
mirror of https://github.com/osmarks/mycorrhiza.git synced 2025-03-09 13:08:20 +00:00

Change version to 1.10.0

This commit is contained in:
Timur Ismagilov 2022-04-21 17:39:23 +03:00
parent 9c0cfccf0e
commit 03fbf2f97f
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
= Help = Help
This is documentation for **Mycorrhiza Wiki** 1.9. This is documentation for **Mycorrhiza Wiki** 1.10.
//Choose a topic from the list.// //Choose a topic from the list.//

View File

@ -33,7 +33,7 @@ func main() {
log.Fatal(err) log.Fatal(err)
} }
log.Println("Running Mycorrhiza Wiki 1.9.0") log.Println("Running Mycorrhiza Wiki 1.10.0")
if err := os.Chdir(files.HyphaeDir()); err != nil { if err := os.Chdir(files.HyphaeDir()); err != nil {
log.Fatal(err) log.Fatal(err)
} }

View File

@ -45,7 +45,7 @@ const aboutTemplateString = `<div class="layout">
<h1>{{ printf (get .L.Title) .Cfg.WikiName }}</h1> <h1>{{ printf (get .L.Title) .Cfg.WikiName }}</h1>
<dl> <dl>
<dt>{{ get .L.Version }}</dt> <dt>{{ get .L.Version }}</dt>
<dd>1.9.0</dd> <dd>1.10.0</dd>
{{ if .Cfg.UseAuth }} {{ if .Cfg.UseAuth }}
<dt>{{ get .L.UserCount }}</dt> <dt>{{ get .L.UserCount }}</dt>
<dd>{{ .UserCount }}</dd> <dd>{{ .UserCount }}</dd>