fix: correct version from 3.2 to 0.3.2
All checks were successful
Beta Release / beta (push) Successful in 41s

The version was incorrectly bumped to 3.2 instead of 0.3.2.
This follows the existing semver pattern (v0.2.0, v0.2.1, v0.3.1).

💾 Generated with Crush

Assisted-by: GLM-5-Turbo via Crush <crush@charm.land>
This commit is contained in:
Augustin
2026-04-22 20:29:09 +02:00
parent 0fe82f67df
commit 83d7a573c7

View File

@@ -2,7 +2,7 @@ package version
const (
Name = "muyue"
Version = "3.2"
Version = "0.3.2"
Author = "La Légion de Muyue"
)