Skip to content

Commit 2039f86

Browse files
committed
Release v0.2.1
1 parent 688fac9 commit 2039f86

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

README.md

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

1818
```bash
19-
curl -LO https://github.com/life-research/blazectl/releases/download/v0.2.0/blazectl-0.2.0-linux-amd64.tar.gz
19+
curl -LO https://github.com/life-research/blazectl/releases/download/v0.2.0/blazectl-0.2.1-linux-amd64.tar.gz
2020
```
2121

2222
1. Untar the binary:
2323

2424
```bash
25-
tar xzf blazectl-0.2.0-linux-amd64.tar.gz
25+
tar xzf blazectl-0.2.1-linux-amd64.tar.gz
2626
```
2727

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

4444
```bash
45-
curl -LO https://github.com/life-research/blazectl/releases/download/v0.2.0/blazectl-0.2.0-darwin-amd64.tar.gz
45+
curl -LO https://github.com/life-research/blazectl/releases/download/v0.2.0/blazectl-0.2.1-darwin-amd64.tar.gz
4646
```
4747

4848
1. Untar the binary:
4949

5050
```bash
51-
tar xzf blazectl-0.2.0-darwin-amd64.tar.gz
51+
tar xzf blazectl-0.2.1-darwin-amd64.tar.gz
5252
```
5353

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

184184
[1]: <http://docs.simplifier.net/vonkloader/>
185185
[2]: <https://github.com/synthetichealth/uploader>
186-
[3]: <https://github.com/life-research/blazectl/releases/download/v0.2.0/blazectl-0.2.0-windows-amd64.zip>
186+
[3]: <https://github.com/life-research/blazectl/releases/download/v0.2.0/blazectl-0.2.1-windows-amd64.zip>
187187
[4]: <https://github.com/life-research/blaze>
188188
[5]: <https://github.com/synthetichealth/synthea>
189189
[6]: <https://github.com/tsenart/vegeta>

build-releases.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22

3-
VERSION=0.2.0
3+
VERSION=0.2.1
44

55
mkdir -p builds
66

cmd/root.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ var rootCmd = &cobra.Command{
2929
Long: `blazectl is a command line tool to control your FHIR® server.
3030
3131
Currently you can upload transaction bundles from a directory and count resources.`,
32-
Version: "0.2.0",
32+
Version: "0.2.1",
3333
// Uncomment the following line if your bare application
3434
// has an action associated with it:
3535
// Run: func(cmd *cobra.Command, args []string) { },

0 commit comments

Comments
 (0)