All checks were successful
Beta Release / beta (push) Successful in 34s
Remove 5 unused packages (daemon, preview, proxy, workflow) and dead symbols across 7 files: orchestrator workflow engine, skills Target type and Update(), LSP config generation, installer SetupPrompt(), unexported desktop options, and version License/Prerelease. Total: -1453 lines.
12 lines
159 B
Go
12 lines
159 B
Go
package version
|
|
|
|
const (
|
|
Name = "muyue"
|
|
Version = "0.2.1"
|
|
Author = "La Légion de Muyue"
|
|
)
|
|
|
|
func FullVersion() string {
|
|
return Name + " v" + Version
|
|
}
|