mirror of
https://github.com/osmarks/mycorrhiza.git
synced 2024-12-04 18:19:54 +00:00
Change version to 1.11.0
This commit is contained in:
parent
901ceed65c
commit
e4d0543afc
@ -1,6 +1,6 @@
|
||||
= Help
|
||||
|
||||
This is documentation for **Mycorrhiza Wiki** 1.10.
|
||||
This is documentation for **Mycorrhiza Wiki** 1.11.
|
||||
|
||||
//Choose a topic from the list.//
|
||||
|
||||
|
2
main.go
2
main.go
@ -34,7 +34,7 @@ func main() {
|
||||
log.Fatal(err)
|
||||
}
|
||||
|
||||
log.Println("Running Mycorrhiza Wiki 1.10.0")
|
||||
log.Println("Running Mycorrhiza Wiki 1.11.0")
|
||||
if err := os.Chdir(files.HyphaeDir()); err != nil {
|
||||
log.Fatal(err)
|
||||
}
|
||||
|
@ -36,7 +36,7 @@ const aboutTemplateString = `
|
||||
<h1>{{ printf (get .L.Title) .Cfg.WikiName }}</h1>
|
||||
<dl>
|
||||
<dt>{{ get .L.Version }}</dt>
|
||||
<dd>1.10.0</dd>
|
||||
<dd>1.11.0</dd>
|
||||
{{ if .Cfg.UseAuth }}
|
||||
<dt>{{ get .L.HomeHypha }}</dt>
|
||||
<dd><a href="/">{{ .Cfg.HomeHypha }}</a></dd>
|
||||
|
Loading…
Reference in New Issue
Block a user