1
0
mirror of https://github.com/schollz/cowyo.git synced 2023-08-10 21:13:00 +03:00

Bumped version to 0.91

This commit is contained in:
Zack Scholl 2016-03-13 22:07:56 -04:00
parent af04d05233
commit 5ce388764a
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
# AwwKoala - [Demo](http://awwkoala.com/) # AwwKoala - [Demo](http://awwkoala.com/)
## A Websocket Wiki and Kind Of A List Application ## A Websocket Wiki and Kind Of A List Application
[![Version 0.9](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.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)
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. 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.

View File

@ -35,7 +35,7 @@ var RuntimeArgs struct {
var VersionNum string var VersionNum string
func main() { func main() {
VersionNum = "0.9" VersionNum = "0.91"
// _, executableFile, _, _ := runtime.Caller(0) // get full path of this file // _, executableFile, _, _ := runtime.Caller(0) // get full path of this file
cwd, _ := os.Getwd() cwd, _ := os.Getwd()
databaseFile := path.Join(cwd, "data.db") databaseFile := path.Join(cwd, "data.db")