Bump version

This commit is contained in:
Tom Andrade 2019-04-15 10:44:24 +02:00
parent c64d8eedd3
commit 7042578dc8
Signed by: wolvie
GPG Key ID: 31AAB07872E82669
2 changed files with 7 additions and 1 deletions

View File

@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
## 2019-03-18 - 0.0.3
### Added
- Add some html templates
## 2019-03-18 - 0.0.2 ## 2019-03-18 - 0.0.2
### Added ### Added

View File

@ -23,7 +23,7 @@ const (
letterIdxMax = 63 / letterIdxBits // # of letter indices fitting in 63 bits letterIdxMax = 63 / letterIdxBits // # of letter indices fitting in 63 bits
) )
const ( const (
appVersion = "0.0.1" appVersion = "0.0.3"
) )
const indexPage = ` const indexPage = `