From 7f74ca2bc92e7bc7bb7c07cb7925ac4cb082b125 Mon Sep 17 00:00:00 2001 From: Alexander Kiel Date: Wed, 3 Jul 2024 10:31:36 +0200 Subject: [PATCH] Release v0.16.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 4be60ca..7bb5e00 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -27,5 +27,5 @@ go test ./... ## Build Releases ```sh -VERSION=0.15.1 ./build-releases.sh +VERSION=0.16.0 ./build-releases.sh ``` \ No newline at end of file diff --git a/README.md b/README.md index 4a3bb16..91e67e9 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.15.1/blazectl-0.15.1-linux-amd64.tar.gz + curl -LO https://github.com/samply/blazectl/releases/download/v0.15.1/blazectl-0.16.0-linux-amd64.tar.gz ``` 1. Untar the binary: ```sh - tar xzf blazectl-0.15.1-linux-amd64.tar.gz + tar xzf blazectl-0.16.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.15.1/blazectl-0.15.1-darwin-amd64.tar.gz + curl -LO https://github.com/samply/blazectl/releases/download/v0.15.1/blazectl-0.16.0-darwin-amd64.tar.gz ``` 1. Untar the binary: ```sh - tar xzf blazectl-0.15.1-darwin-amd64.tar.gz + tar xzf blazectl-0.16.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.15.1/blazectl-0.15.1-darwin-arm64.tar.gz + curl -LO https://github.com/samply/blazectl/releases/download/v0.15.1/blazectl-0.16.0-darwin-arm64.tar.gz ``` 1. Untar the binary: ```sh - tar xzf blazectl-0.15.1-darwin-arm64.tar.gz + tar xzf blazectl-0.16.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.15.1/blazectl-0.15.1-linux-arm64.tar.gz + curl -LO https://github.com/samply/blazectl/releases/download/v0.15.1/blazectl-0.16.0-linux-arm64.tar.gz ``` 1. Untar the binary: ```sh - tar xzf blazectl-0.15.1-linux-arm64.tar.gz + tar xzf blazectl-0.16.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 b9d422d..71021d2 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.15.1", + Version: "0.16.0", } // Execute adds all child commands to the root command and sets flags appropriately.