From 03e66917714e92b22b9f56e5bc6e0e659b1bd523 Mon Sep 17 00:00:00 2001 From: Zack Scholl Date: Mon, 14 Mar 2016 11:44:33 -0400 Subject: [PATCH] Pushed version Former-commit-id: f2e18541549e55970280291c8ed576482126f32c [formerly 9fb35b2cfb263b681922129352d2810dae9ea7e5] [formerly a83ad53bae5802075f0a527ddb4a9d07d5f12033 [formerly ad59f3170954b1fe82cf33b047e3f9c264ab4e3c]] Former-commit-id: 64323109d3e330ad392ca86a6b437b5c34b036cc [formerly b93e1e89db8129e5976a723917dce95a71b58b4f] Former-commit-id: 25325dc1d1af84e25dfd00b41129ff467f9de211 --- README.md | 2 +- main.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3940ac7..b69f07d 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ # AwwKoala - [Demo](http://awwkoala.com/) ## A Websocket Wiki and Kind Of A List Application -[![Version 0.91](https://img.shields.io/badge/version-0.9-brightgreen.svg)]() [![Go Report Card](https://goreportcard.com/badge/github.com/schollz/AwwKoala)](https://goreportcard.com/report/github.com/schollz/AwwKoala) [![Join the chat at https://gitter.im/schollz/AwwKoala](https://badges.gitter.im/schollz/AwwKoala.svg)](https://gitter.im/schollz/AwwKoala?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) +[![Version 0.92](https://img.shields.io/badge/version-0.92-brightgreen.svg)]() [![Go Report Card](https://goreportcard.com/badge/github.com/schollz/AwwKoala)](https://goreportcard.com/report/github.com/schollz/AwwKoala) [![Join the chat at https://gitter.im/schollz/AwwKoala](https://badges.gitter.im/schollz/AwwKoala.svg)](https://gitter.im/schollz/AwwKoala?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) 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. diff --git a/main.go b/main.go index 5f181f7..3c79273 100644 --- a/main.go +++ b/main.go @@ -35,7 +35,7 @@ var RuntimeArgs struct { var VersionNum string func main() { - VersionNum = "0.91" + VersionNum = "0.92" // _, executableFile, _, _ := runtime.Caller(0) // get full path of this file cwd, _ := os.Getwd() databaseFile := path.Join(cwd, "data.db")