chore: release 0.8.1
Some checks failed
CI / test (push) Has been cancelled
CI / linux-release-builds (push) Has been cancelled
pages / Deploy docs (push) Has been cancelled

This commit is contained in:
Peter Steinberger 2026-05-08 02:44:14 +01:00
parent 42ce6831bf
commit a5f1861547
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Changelog
## 0.8.1 - Unreleased
## 0.8.1 - 2026-05-08
### Changed

View File

@ -16,7 +16,7 @@ import (
"github.com/spf13/cobra"
)
var version = "0.8.0"
var version = "0.8.1"
const docsURL = "https://wacli.sh"