From 3ffd66acd49c7a1ae09dcacab9c3e9f4d9c997fb Mon Sep 17 00:00:00 2001 From: Alexander Kiel Date: Fri, 8 Nov 2024 12:41:33 +0100 Subject: [PATCH] Release v0.17.0 --- DEVELOPMENT.md | 2 +- README.md | 18 +++++++++--------- cmd/root.go | 2 +- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index bd6458f..9adb0e0 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -27,5 +27,5 @@ go test ./... ## Build Releases ```sh -VERSION=0.16.1 ./build-releases.sh +VERSION=0.17.0 ./build-releases.sh ``` \ No newline at end of file diff --git a/README.md b/README.md index 828b851..1cff550 100644 --- a/README.md +++ b/README.md @@ -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.16.1/blazectl-0.16.1-linux-amd64.tar.gz + curl -LO https://github.com/samply/blazectl/releases/download/v0.17.0/blazectl-0.17.0-linux-amd64.tar.gz ``` 1. Untar the binary: ```sh - tar xzf blazectl-0.16.1-linux-amd64.tar.gz + tar xzf blazectl-0.17.0-linux-amd64.tar.gz ``` 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 1. Download the latest release with the command: ```sh - curl -LO https://github.com/samply/blazectl/releases/download/v0.16.1/blazectl-0.16.1-darwin-amd64.tar.gz + curl -LO https://github.com/samply/blazectl/releases/download/v0.17.0/blazectl-0.17.0-darwin-amd64.tar.gz ``` 1. Untar the binary: ```sh - tar xzf blazectl-0.16.1-darwin-amd64.tar.gz + tar xzf blazectl-0.17.0-darwin-amd64.tar.gz ``` 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 1. Download the latest release with the command: ```sh - curl -LO https://github.com/samply/blazectl/releases/download/v0.16.1/blazectl-0.16.1-darwin-arm64.tar.gz + curl -LO https://github.com/samply/blazectl/releases/download/v0.17.0/blazectl-0.17.0-darwin-arm64.tar.gz ``` 1. Untar the binary: ```sh - tar xzf blazectl-0.16.1-darwin-arm64.tar.gz + tar xzf blazectl-0.17.0-darwin-arm64.tar.gz ``` 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 1. Download the latest release with the command: ```sh - curl -LO https://github.com/samply/blazectl/releases/download/v0.16.1/blazectl-0.16.1-linux-arm64.tar.gz + curl -LO https://github.com/samply/blazectl/releases/download/v0.17.0/blazectl-0.17.0-linux-arm64.tar.gz ``` 1. Untar the binary: ```sh - tar xzf blazectl-0.16.1-linux-arm64.tar.gz + tar xzf blazectl-0.17.0-linux-arm64.tar.gz ``` 1. Move the binary in to your PATH. @@ -310,7 +310,7 @@ Unless required by applicable law or agreed to in writing, software distributed [1]: [2]: -[3]: +[3]: [4]: [5]: [6]: diff --git a/cmd/root.go b/cmd/root.go index 517dec7..309ab99 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -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.16.1", + Version: "0.17.0", } // Execute adds all child commands to the root command and sets flags appropriately.