Skip to content

Commit

Permalink
bump version to v0.0.40
Browse files Browse the repository at this point in the history
  • Loading branch information
XORbit01 committed Jun 4, 2024
1 parent c89ce55 commit b6a8f80
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ play music then continue your work on the terminal.
## 📦 Installation
$${\color{#AC3097}Install \space \color{#56565E}Retro}$$
```sh
wget https://github.com/Malwarize/retro/releases/download/v0.0.39/installer.tar.gz
wget https://github.com/Malwarize/retro/releases/download/v0.0.40/installer.tar.gz
tar -xvf installer.tar.gz
chmod +x installer.sh
./installer.sh
Expand Down
2 changes: 1 addition & 1 deletion shared/version.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package shared
// Version do not edit this file manually, this file is updated by the deploy script scripts/deploy.sh
const Version ="v0.0.39"
const Version ="v0.0.40"

0 comments on commit b6a8f80

Please sign in to comment.