Reduce size of server binary by not compiling SSH

This commit is contained in:
2024-05-19 19:34:28 -04:00
parent 2525eca904
commit f320c7887f
3 changed files with 56 additions and 32 deletions
+1 -1
View File
@@ -13,5 +13,5 @@ var (
const (
AnsiError = "\033[38;5;9m"
AnsiReset = "\033[0m"
LibmuttonVersion = "0.2.X"
LibmuttonVersion = "0.2.A" // 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"
)