From 90cb3be0aca111d0090e691874e32b90f75b385b Mon Sep 17 00:00:00 2001 From: Timur Ismagilov Date: Thu, 1 Jul 2021 17:15:59 +0500 Subject: [PATCH] Remove the mention of indev uh oh --- README.md | 2 +- main.go | 2 +- views/stuff.qtpl | 2 +- views/stuff.qtpl.go | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 882b4f4..6fde099 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ Options: * Hyphae can be deleted while still preserving history * Hyphae can be renamed (recursive renaming of subhyphae is also supported) * Light on resources -* Authorization with pre-set credentials, registration +* Registration * Hotkeys (press `?` to see what hotkeys there are) ## Building diff --git a/main.go b/main.go index 8ad5de9..115cae3 100644 --- a/main.go +++ b/main.go @@ -29,7 +29,7 @@ func main() { log.Fatal(err) } - log.Println("Running Mycorrhiza Wiki 1.2.0 indev") + log.Println("Running Mycorrhiza Wiki 1.2.0") if err := os.Chdir(files.HyphaeDir()); err != nil { log.Fatal(err) } diff --git a/views/stuff.qtpl b/views/stuff.qtpl index 0d7e74d..9cf0360 100644 --- a/views/stuff.qtpl +++ b/views/stuff.qtpl @@ -112,7 +112,7 @@ for u := range user.YieldUsers() {

About {%s cfg.WikiName %}