call this 0.8.1

master
Ted Unangst 5 years ago
parent 603e0bbd2f
commit b3f3e21635

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

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

Loading…
Cancel
Save