Skip to content

Commit

Permalink
Merge pull request #114 from informalsystems/release/v1.0.0
Browse files Browse the repository at this point in the history
Release v1.0.0
  • Loading branch information
thanethomson committed Nov 1, 2021
2 parents ab4685d + 6934b20 commit e8194bc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions README.md
Expand Up @@ -9,10 +9,6 @@ ABCI application running on that network. As such, the `tm-load-test` tool comes
with built-in support for the `kvstore` ABCI application, but you can [build
your own clients](./pkg/loadtest/README.md) for your own apps.

**NB: `tm-load-test` is currently alpha-quality software. Semantic versioning is
not strictly adhered to prior to a v1.0 release, so breaking API changes can
emerge with minor version releases.**

## Requirements

`tm-load-test` is currently tested using Go v1.17.
Expand Down
2 changes: 1 addition & 1 deletion pkg/loadtest/cli.go
Expand Up @@ -12,7 +12,7 @@ import (
)

// CLIVersion must be manually updated as new versions are released.
const CLIVersion = "v0.9.0"
const CLIVersion = "v1.0.0"

// cliVersionCommitID must be set through linker settings. See
// https://stackoverflow.com/a/11355611/1156132 for details.
Expand Down

0 comments on commit e8194bc

Please sign in to comment.