1
0
Fork 0

Bump version to 0.1

This commit is contained in:
Daniele Tricoli 2015-12-12 18:01:36 +01:00
parent efb2827eb3
commit 19e9dbc73e
2 changed files with 6 additions and 1 deletions

5
CHANGELOG.md Normal file
View File

@ -0,0 +1,5 @@
# Changelog #
# Release 0.1 (December 12, 2015) #
- First public release.

View File

@ -24,7 +24,7 @@ const (
pikenHome = ".piken"
defaultDatabaseFile = "piken.sqlite3"
defaultDataFile = "UnicodeData.txt"
version = "0.1a"
version = "0.1"
)
var (