Bump version
This commit is contained in:
parent
c64d8eedd3
commit
7042578dc8
@ -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
|
||||||
|
2
main.go
2
main.go
@ -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 = `
|
||||||
|
Loading…
x
Reference in New Issue
Block a user