Move libmuttonserver.go to this repo

This commit is contained in:
2024-08-08 17:39:18 -04:00
parent d82188f566
commit f5e5cd31bb
2 changed files with 118 additions and 1 deletions
+1 -1
View File
@@ -13,5 +13,5 @@ var (
const (
AnsiError = "\033[38;5;9m"
AnsiReset = "\033[0m"
LibmuttonVersion = "0.2.0" // untagged releases feature a letter suffix corresponding to the eventual release version, e.g "0.2.A" -> "0.2.0", "0.2.B" -> "0.2.1"
LibmuttonVersion = "0.2.B" // untagged releases feature a letter suffix corresponding to the eventual release version, e.g "0.2.A" -> "0.2.0", "0.2.B" -> "0.2.1"
)