Sending messages to the Æther

Signed-off-by: Shin'ya Minazuki <shinyoukai@laidback.moe>
This commit is contained in:
2025-12-30 00:13:59 -03:00
parent 2ab278fc5d
commit cf64d9038f
7 changed files with 70 additions and 14 deletions

View File

@@ -5,10 +5,9 @@ import (
)
var (
Revision = "0"
Version = "0"
)
func PrintVersion() string {
return fmt.Sprintf("%s (%s)", Version, Revision)
return fmt.Sprintf("%s", Version)
}