~edwargix/tallyard

e5d73bd41a62ec461ce96c19b68d0c84489f7438 — David Florness 2 years ago 92ab917 v0.4.3
Bump version to v0.4.3
2 files changed, 4 insertions(+), 4 deletions(-)

M README.md
M version.go
M README.md => README.md +3 -3
@@ 74,9 74,9 @@ Ensure you have [golang](https://golang.org) and the
installed.  Then:

```sh
$ wget -O tallyard-v0.4.2.tar.gz https://git.hnitbjorg.xyz/~edwargix/tallyard/archive/v0.4.2.tar.gz
$ tar xzf tallyard-v0.4.2.tar.gz
$ cd tallyard-v0.4.2
$ wget -O tallyard-v0.4.3.tar.gz https://git.hnitbjorg.xyz/~edwargix/tallyard/archive/v0.4.3.tar.gz
$ tar xzf tallyard-v0.4.3.tar.gz
$ cd tallyard-v0.4.3
$ make
$ ./tallyard
```

M version.go => version.go +1 -1
@@ 1,3 1,3 @@
package tallyard

const Version string = "v0.4.2"
const Version string = "v0.4.3"