chore: prepare crabbox 0.4.0 release

This commit is contained in:
Peter Steinberger 2026-05-03 20:14:39 +01:00
parent cf2d9d2d41
commit 052a57b081
No known key found for this signature in database
3 changed files with 3 additions and 4 deletions

View File

@ -1,6 +1,6 @@
# Changelog
## 0.4.0 - Unreleased
## 0.4.0 - 2026-05-03
### Added

View File

@ -27,8 +27,7 @@ No Homebrew? Grab a [GoReleaser archive](https://github.com/openclaw/crabbox/rel
Prerequisites on the laptop: `git`, `ssh`, `ssh-keygen`, `rsync`, `curl`.
Current stable release: [v0.3.1](https://github.com/openclaw/crabbox/releases/tag/v0.3.1).
Current development line: `0.4.0` (unreleased).
Current stable release: [v0.4.0](https://github.com/openclaw/crabbox/releases/tag/v0.4.0).
## Quick start

View File

@ -1,3 +1,3 @@
package cli
var version = "0.4.0-unreleased"
var version = "0.4.0"