From 62b11662b4c78754c32fa97622c8363b3090655c Mon Sep 17 00:00:00 2001 From: Roger Date: Thu, 15 Jul 2021 19:16:30 +0100 Subject: [PATCH] chore(version): bump version --- cmd/root.go | 2 +- docs/manual-install.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cmd/root.go b/cmd/root.go index d05eb1f..96ae6c3 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -38,7 +38,7 @@ var rootCmd = &cobra.Command{ // Uncomment the following line if your bare application // has an action associated with it: // Run: func(cmd *cobra.Command, args []string) { }, - Version: "0.0.4", + Version: "0.0.5", } // Execute adds all child commands to the root command and sets flags appropriately. diff --git a/docs/manual-install.md b/docs/manual-install.md index 1e70734..705bd32 100644 --- a/docs/manual-install.md +++ b/docs/manual-install.md @@ -6,7 +6,7 @@ See available binaries on the [releases page](https://github.com/sniptt-official/ots-cli/releases). ```sh -$ curl -L https://github.com/sniptt-official/ots-cli/releases/download/v0.0.4/ots-cli_0.0.4_darwin_amd64.tar.gz -o ots-cli.tar.gz +$ curl -L https://github.com/sniptt-official/ots-cli/releases/download/v0.0.5/ots-cli_0.0.5_darwin_amd64.tar.gz -o ots-cli.tar.gz $ sudo mkdir -p /usr/local/ots-cli $ sudo tar -C /usr/local/ots-cli -xvf ots-cli.tar.gz $ sudo ln -sf /usr/local/ots-cli/ots-cli /usr/local/bin/ots @@ -17,7 +17,7 @@ Assuming `/usr/local/bin` is on your `PATH`, you can now run: ```sh $ ots --version -ots version 0.0.4 +ots version 0.0.5 ``` ### Uninstall