Skip to content

Commit

Permalink
📦 simplism v0.0.5 🐝 [bee]
Browse files Browse the repository at this point in the history
  • Loading branch information
k33g committed Nov 29, 2023
1 parent 3a51903 commit 6bb4cf3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .release.env
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
TAG=v0.0.4
MESSAGE="simplism ${TAG} 🐙 [octopus]"
TAG=v0.0.5
MESSAGE="simplism ${TAG} 🐝 [bee]"
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

```bash
SIMPLISM_DISTRO="Linux_arm64.tar" # 👀 https://github.com/bots-garden/simplism/releases
VERSION="0.0.4"
VERSION="0.0.5"
wget https://github.com/bots-garden/simplism/releases/download/v${VERSION}/simplism_${SIMPLISM_DISTRO}.tar.gz -O simplism.tar.gz
tar -xf simplism.tar.gz -C /usr/bin
rm simplism.tar.gz
Expand Down

0 comments on commit 6bb4cf3

Please sign in to comment.