call this 0.8.1

This commit is contained in:
Ted Unangst 2019-11-07 00:39:17 -05:00
parent 603e0bbd2f
commit b3f3e21635
2 changed files with 7 additions and 7 deletions

View File

@ -1,14 +1,14 @@
changelog
-- next
+ Timestamps displayed in server time with TZ.
+ Version string in binary.
-- 0.8.1
++ Make it easier to upgrade by decoupling data dir from ".".
+ Amend changelog for 0.8.0 in include omitted elements:
+ Timestamps displayed in server time with TZ.
+ version command to print current version.
+ Amend changelog for 0.8.0 to include omitted elements:
Syntax highlighting for code blocks.
Something resembling an actual manual.

View File

@ -28,7 +28,7 @@ import (
"time"
)
var honkVersion = "honk 0.8.0-dev"
var honkVersion = "honk 0.8.1"
func init() {
notrand.Seed(time.Now().Unix())