We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17ba98d commit dd50e37Copy full SHA for dd50e37
‎README.md
@@ -30,7 +30,7 @@ play music then continue your work on the terminal.
30
## 📦 Installation
31
$${\color{#AC3097}Install \space \color{#56565E}Retro}$$
32
```sh
33
-wget https://github.com/Malwarize/retro/releases/download/v0.0.42/installer.tar.gz
+wget https://github.com/Malwarize/retro/releases/download/v0.0.43/installer.tar.gz
34
tar -xvf installer.tar.gz
35
chmod +x installer.sh
36
./installer.sh
‎shared/version.go
@@ -1,3 +1,3 @@
1
package shared
2
// Version do not edit this file manually, this file is updated by the deploy script scripts/deploy.sh
3
-const Version ="v0.0.42"
+const Version ="v0.0.43"
0 commit comments