Skip to content

Commit

Permalink
Release v0.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderkiel committed Jun 20, 2024
1 parent 0e03489 commit 7515be9
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ go test ./...
## Build Releases

```sh
VERSION=0.15.0 ./build-releases.sh
VERSION=0.15.1 ./build-releases.sh
```
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ blazectl is written in Go. All you need is a single binary which is available fo
1. Download the latest release with the command:

```sh
curl -LO https://github.com/samply/blazectl/releases/download/v0.15.0/blazectl-0.15.0-linux-amd64.tar.gz
curl -LO https://github.com/samply/blazectl/releases/download/v0.15.1/blazectl-0.15.1-linux-amd64.tar.gz
```

1. Untar the binary:

```sh
tar xzf blazectl-0.15.0-linux-amd64.tar.gz
tar xzf blazectl-0.15.1-linux-amd64.tar.gz
```

1. Move the binary in to your PATH.
Expand All @@ -47,13 +47,13 @@ blazectl is written in Go. All you need is a single binary which is available fo
1. Download the latest release with the command:

```sh
curl -LO https://github.com/samply/blazectl/releases/download/v0.15.0/blazectl-0.15.0-darwin-amd64.tar.gz
curl -LO https://github.com/samply/blazectl/releases/download/v0.15.1/blazectl-0.15.1-darwin-amd64.tar.gz
```

1. Untar the binary:

```sh
tar xzf blazectl-0.15.0-darwin-amd64.tar.gz
tar xzf blazectl-0.15.1-darwin-amd64.tar.gz
```

1. Move the binary in to your PATH.
Expand All @@ -73,13 +73,13 @@ blazectl is written in Go. All you need is a single binary which is available fo
1. Download the latest release with the command:

```sh
curl -LO https://github.com/samply/blazectl/releases/download/v0.15.0/blazectl-0.15.0-darwin-arm64.tar.gz
curl -LO https://github.com/samply/blazectl/releases/download/v0.15.1/blazectl-0.15.1-darwin-arm64.tar.gz
```

1. Untar the binary:

```sh
tar xzf blazectl-0.15.0-darwin-arm64.tar.gz
tar xzf blazectl-0.15.1-darwin-arm64.tar.gz
```

1. Move the binary in to your PATH.
Expand All @@ -99,13 +99,13 @@ blazectl is written in Go. All you need is a single binary which is available fo
1. Download the latest release with the command:

```sh
curl -LO https://github.com/samply/blazectl/releases/download/v0.15.0/blazectl-0.15.0-linux-arm64.tar.gz
curl -LO https://github.com/samply/blazectl/releases/download/v0.15.1/blazectl-0.15.1-linux-arm64.tar.gz
```

1. Untar the binary:

```sh
tar xzf blazectl-0.15.0-linux-arm64.tar.gz
tar xzf blazectl-0.15.1-linux-arm64.tar.gz
```

1. Move the binary in to your PATH.
Expand Down Expand Up @@ -310,7 +310,7 @@ Unless required by applicable law or agreed to in writing, software distributed

[1]: <http://docs.simplifier.net/vonkloader/>
[2]: <https://github.com/synthetichealth/uploader>
[3]: <https://github.com/samply/blazectl/releases/download/v0.15.0/blazectl-0.15.0-windows-amd64.zip>
[3]: <https://github.com/samply/blazectl/releases/download/v0.15.1/blazectl-0.15.1-windows-amd64.zip>
[4]: <https://github.com/samply/blaze>
[5]: <https://github.com/synthetichealth/synthea>
[6]: <https://github.com/tsenart/vegeta>
Expand Down
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ var rootCmd = &cobra.Command{
Currently you can upload transaction bundles from a directory, download
and count resources and evaluate measures.`,
Version: "0.15.0",
Version: "0.15.1",
}

// Execute adds all child commands to the root command and sets flags appropriately.
Expand Down

0 comments on commit 7515be9

Please sign in to comment.