Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
bouncepaw committed Feb 19, 2022
1 parent 3344889 commit 7409992
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ func main() {
log.Fatal(err)
}

log.Println("Running Mycorrhiza Wiki 1.8.0")
log.Println("Running Mycorrhiza Wiki 1.8.2")
if err := os.Chdir(files.HyphaeDir()); err != nil {
log.Fatal(err)
}
Expand Down
2 changes: 1 addition & 1 deletion views/stuff.qtpl
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ sort.Strings(editors)
<section>
<h1>{%s lc.Get("ui.about_title", &l18n.Replacements{"name": cfg.WikiName}) %}</h1>
<ul>
<li><b>{%s= lc.Get("ui.about_version", &l18n.Replacements{"pre": "<a href=\"https://mycorrhiza.wiki\">", "post": "</a>"}) %}</b> 1.8.0</li>
<li><b>{%s= lc.Get("ui.about_version", &l18n.Replacements{"pre": "<a href=\"https://mycorrhiza.wiki\">", "post": "</a>"}) %}</b> 1.8.2</li>
{%- if cfg.UseAuth -%}
<li><b>{%s lc.Get("ui.about_usercount") %}</b> {%dul user.Count() %}</li>
<li><b>{%s lc.Get("ui.about_homepage") %}</b> <a href="/">{%s cfg.HomeHypha %}</a></li>
Expand Down
2 changes: 1 addition & 1 deletion views/stuff.qtpl.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7409992

Please sign in to comment.