From af27e795f0c0f99805e057850c5589f1b12093f0 Mon Sep 17 00:00:00 2001 From: David Florness Date: Sun, 15 Oct 2023 16:50:25 -0400 Subject: [PATCH] Bump version to v0.6.4 --- README.md | 6 +++--- version.go | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d83c197..91db322 100644 --- a/README.md +++ b/README.md @@ -74,9 +74,9 @@ Ensure you have [golang](https://golang.org) and the installed. Then: ```sh -$ wget -O tallyard-v0.6.3.tar.gz https://git.hnitbjorg.xyz/~edwargix/tallyard/archive/v0.6.3.tar.gz -$ tar xzf tallyard-v0.6.3.tar.gz -$ cd tallyard-v0.6.3 +$ wget -O tallyard-v0.6.4.tar.gz https://git.hnitbjorg.xyz/~edwargix/tallyard/archive/v0.6.4.tar.gz +$ tar xzf tallyard-v0.6.4.tar.gz +$ cd tallyard-v0.6.4 $ make $ ./tallyard ``` diff --git a/version.go b/version.go index b70f872..06f3291 100644 --- a/version.go +++ b/version.go @@ -2,4 +2,4 @@ // SPDX-License-Identifier: MPL-2.0 package tallyard -const Version string = "v0.6.3" +const Version string = "v0.6.4" -- 2.38.4