From e580aacb8ca19e4baf0fe28146255f2c1ea2c0b0 Mon Sep 17 00:00:00 2001 From: Zack Scholl Date: Mon, 15 Feb 2016 17:23:20 -0500 Subject: [PATCH] Debumped version (obviously primary now) Former-commit-id: 8d150341038f1dc169fdba81135f185132d873ec [formerly 06af426f3dcc658d9ce3948c54776af09708420c] [formerly 8e405978e16606d0b483bd8633e4692775c8e2d4 [formerly 5274ac183c4c0fc8d392df1b01c71127fc8869a1]] Former-commit-id: 7dab0c159a54a5fe9bc50367a6b4352069658688 [formerly f80b67d54e0441536ccdeb2c4dd953abbe4e9d26] Former-commit-id: 43650239c9ab55b840b33975c3e9b2fc1e8a2a5b --- main.go | 2 +- templates/aboutpage.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/main.go b/main.go index 9fb6fad..6b6fa1c 100644 --- a/main.go +++ b/main.go @@ -35,7 +35,7 @@ var RuntimeArgs struct { var VersionNum string func main() { - VersionNum = "1.2" + VersionNum = "0.9" // _, executableFile, _, _ := runtime.Caller(0) // get full path of this file cwd, _ := os.Getwd() databaseFile := path.Join(cwd, "data.db") diff --git a/templates/aboutpage.md b/templates/aboutpage.md index cb790bf..beb8147 100644 --- a/templates/aboutpage.md +++ b/templates/aboutpage.md @@ -2,7 +2,7 @@ # AwwKoala ## A Websocket Wiki and Kind Of A List Application -![Version 1.1](https://img.shields.io/badge/version-1.0-brightgreen.svg) +![Version 0.9](https://img.shields.io/badge/version-0.9-brightgreen.svg) This is a self-contained wiki webserver that makes sharing easy and _fast_. You can make any page you want, and any page is editable by anyone. Pages load instantly for editing, and have special rendering for whether you want to view as a web page or view as list. **AwwKoala** is also [Open Source](https://github.com/schollz/AwwKoala).