Decouple MUTN and libmutton versions

This commit is contained in:
2024-08-08 18:38:12 -04:00
parent 39bc3bc442
commit d8a239237c
4 changed files with 9 additions and 6 deletions
+1
View File
@@ -15,4 +15,5 @@ var (
const (
AnsiBold = "\033[1m"
ansiBlackOnWhite = "\033[38;5;0;48;5;15m"
MUTNVersion = "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"
)