From b3f3e216355216fb9f93278f970cd432f96f480b Mon Sep 17 00:00:00 2001 From: Ted Unangst Date: Thu, 7 Nov 2019 00:39:17 -0500 Subject: [PATCH] call this 0.8.1 --- docs/changelog.txt | 10 +++++----- honk.go | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/changelog.txt b/docs/changelog.txt index d5786dc..7e963c7 100644 --- a/docs/changelog.txt +++ b/docs/changelog.txt @@ -1,14 +1,14 @@ 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. Something resembling an actual manual. diff --git a/honk.go b/honk.go index facf14b..25842ff 100644 --- a/honk.go +++ b/honk.go @@ -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())