1
0
mirror of https://github.com/sniptt-official/ots.git synced 2025-11-29 22:37:28 +02:00

chore(version): bump version

This commit is contained in:
Roger
2021-07-15 19:16:30 +01:00
parent 24fee93fad
commit 62b11662b4
2 changed files with 3 additions and 3 deletions

View File

@@ -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.

View File

@@ -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