Skip to content

Commit 1bfad44

Browse files
committed
bump version to v0.0.32
1 parent 643155a commit 1bfad44

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/installer.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
draft: false
5757
prerelease: false
5858
name: "retro-${{ env.RELEASE_VERSION}}"
59-
files: ./bin/installer.sh
59+
files: ./bin/installer.tar.gz
6060
token: ${{ secrets.CUSTOM_GITHUB_TOKEN }}
6161
env:
6262
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ play music and continue your work on the terminal.
2929
## 📦 Installation
3030
$${\color{#AC3097}Install \space \color{#56565E}Retro}$$
3131
```sh
32-
wget https://github.com/Malwarize/retro/releases/download/v0.0.31/installer.tar.gz
32+
wget https://github.com/Malwarize/retro/releases/download/v0.0.32/installer.tar.gz
3333
tar -xvf installer.tar.gz
3434
chmod +x installer.sh
3535
./installer.sh

client/cmd/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
package cmd
2-
const Version ="v0.0.31"
2+
const Version ="v0.0.32"

0 commit comments

Comments
 (0)