~edwargix/tallyard

b7a77958870e0f081195511e3e9be7d802aaed80 — David Florness 1 year, 6 months ago 6fb774b v0.6.0
Bump version to v0.6.0
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.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
$ wget -O tallyard-v0.6.0.tar.gz https://git.hnitbjorg.xyz/~edwargix/tallyard/archive/v0.6.0.tar.gz
$ tar xzf tallyard-v0.6.0.tar.gz
$ cd tallyard-v0.6.0
$ make
$ ./tallyard
```

M version.go => version.go +1 -1
@@ 2,4 2,4 @@
// SPDX-License-Identifier: MPL-2.0
package tallyard

const Version string = "v0.5.0"
const Version string = "v0.6.0"