Reduce size of server binary by not compiling SSH

This commit is contained in:
2024-05-19 19:34:28 -04:00
parent 17d0e8bfcd
commit 912520ff1e
5 changed files with 60 additions and 36 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"
)