1
0
mirror of https://github.com/osmarks/mycorrhiza.git synced 2025-02-04 05:09:19 +00:00

Change version to 1.9.0

This commit is contained in:
Timur Ismagilov 2022-03-26 18:54:43 +03:00
parent ae4a8aeb4e
commit b87ed40425
2 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@ func main() {
log.Fatal(err) log.Fatal(err)
} }
log.Println("Running Mycorrhiza Wiki 1.8.2") log.Println("Running Mycorrhiza Wiki 1.9.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

@ -44,7 +44,7 @@ const aboutTemplateString = `<div class="layout">
<section> <section>
<h1>{{ printf (get .L.Title) .Cfg.WikiName }}</h1> <h1>{{ printf (get .L.Title) .Cfg.WikiName }}</h1>
<ul> <ul>
<li><b>{{ get .L.Version }}</b> 1.8.2</li> <li><b>{{ get .L.Version }}</b> 1.9.0</li>
{{ if .Cfg.UseAuth }} {{ if .Cfg.UseAuth }}
<li><b>{{ get .L.UserCount }}</b> {{ .UserCount }}</li> <li><b>{{ get .L.UserCount }}</b> {{ .UserCount }}</li>
<li><b>{{ get .L.HomePage }}</b> <a href="/">{{ .Cfg.HomeHypha }}</a></li> <li><b>{{ get .L.HomePage }}</b> <a href="/">{{ .Cfg.HomeHypha }}</a></li>