Skip to content

Commit f2d91e4

Browse files
committed
Release v0.15.0
1 parent 8130f83 commit f2d91e4

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

DEVELOPMENT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ go test ./...
2727
## Build Releases
2828

2929
```sh
30-
VERSION=0.14.0 ./build-releases.sh
30+
VERSION=0.15.0 ./build-releases.sh
3131
```

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ blazectl is written in Go. All you need is a single binary which is available fo
2121
1. Download the latest release with the command:
2222

2323
```sh
24-
curl -LO https://github.com/samply/blazectl/releases/download/v0.14.0/blazectl-0.14.0-linux-amd64.tar.gz
24+
curl -LO https://github.com/samply/blazectl/releases/download/v0.15.0/blazectl-0.15.0-linux-amd64.tar.gz
2525
```
2626

2727
1. Untar the binary:
2828

2929
```sh
30-
tar xzf blazectl-0.14.0-linux-amd64.tar.gz
30+
tar xzf blazectl-0.15.0-linux-amd64.tar.gz
3131
```
3232

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

4949
```sh
50-
curl -LO https://github.com/samply/blazectl/releases/download/v0.14.0/blazectl-0.14.0-darwin-amd64.tar.gz
50+
curl -LO https://github.com/samply/blazectl/releases/download/v0.15.0/blazectl-0.15.0-darwin-amd64.tar.gz
5151
```
5252

5353
1. Untar the binary:
5454

5555
```sh
56-
tar xzf blazectl-0.14.0-darwin-amd64.tar.gz
56+
tar xzf blazectl-0.15.0-darwin-amd64.tar.gz
5757
```
5858

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

7575
```sh
76-
curl -LO https://github.com/samply/blazectl/releases/download/v0.14.0/blazectl-0.14.0-darwin-arm64.tar.gz
76+
curl -LO https://github.com/samply/blazectl/releases/download/v0.15.0/blazectl-0.15.0-darwin-arm64.tar.gz
7777
```
7878

7979
1. Untar the binary:
8080

8181
```sh
82-
tar xzf blazectl-0.14.0-darwin-arm64.tar.gz
82+
tar xzf blazectl-0.15.0-darwin-arm64.tar.gz
8383
```
8484

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

101101
```sh
102-
curl -LO https://github.com/samply/blazectl/releases/download/v0.14.0/blazectl-0.14.0-linux-arm64.tar.gz
102+
curl -LO https://github.com/samply/blazectl/releases/download/v0.15.0/blazectl-0.15.0-linux-arm64.tar.gz
103103
```
104104

105105
1. Untar the binary:
106106

107107
```sh
108-
tar xzf blazectl-0.14.0-linux-arm64.tar.gz
108+
tar xzf blazectl-0.15.0-linux-arm64.tar.gz
109109
```
110110

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

311311
[1]: <http://docs.simplifier.net/vonkloader/>
312312
[2]: <https://github.com/synthetichealth/uploader>
313-
[3]: <https://github.com/samply/blazectl/releases/download/v0.14.0/blazectl-0.14.0-windows-amd64.zip>
313+
[3]: <https://github.com/samply/blazectl/releases/download/v0.15.0/blazectl-0.15.0-windows-amd64.zip>
314314
[4]: <https://github.com/samply/blaze>
315315
[5]: <https://github.com/synthetichealth/synthea>
316316
[6]: <https://github.com/tsenart/vegeta>

cmd/root.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ var rootCmd = &cobra.Command{
6969
7070
Currently you can upload transaction bundles from a directory, download
7171
and count resources and evaluate measures.`,
72-
Version: "0.14.0",
72+
Version: "0.15.0",
7373
}
7474

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

0 commit comments

Comments
 (0)