Add version information

This commit is contained in:
2013-09-04 21:29:53 -04:00
parent d883e3d92d
commit 393eb31c3c
4 changed files with 25 additions and 0 deletions

2
api.go
View File

@ -1,5 +1,7 @@
package asink
const API_VERSION_STRING = "0.1"
type APIStatus uint32
const (