From 89356e0924b20c65b43622c3e5b66a48e7fec8c4 Mon Sep 17 00:00:00 2001 From: David Florness Date: Sat, 4 Feb 2023 14:40:46 -0500 Subject: [PATCH] Bump version to v0.5.0 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 520c101..815f603 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.4.5.tar.gz https://git.hnitbjorg.xyz/~edwargix/tallyard/archive/v0.4.5.tar.gz -$ tar xzf tallyard-v0.4.5.tar.gz -$ cd tallyard-v0.4.5 +$ wget -O tallyard-v0.5.0.tar.gz https://git.hnitbjorg.xyz/~edwargix/tallyard/archive/v0.5.0.tar.gz +$ tar xzf tallyard-v0.5.0.tar.gz +$ cd tallyard-v0.5.0 $ make $ ./tallyard ``` -- 2.38.4