Bump version constant to "0.D.0" to indicate development version of v0.3.0

This commit is contained in:
2024-12-29 16:28:18 -05:00
parent c28d45c9da
commit fc2e77d8b8
+1 -1
View File
@@ -12,7 +12,7 @@ var (
)
const (
LibmuttonVersion = "0.2.F" // 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.D.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"
FSSpace = "\u259d" // ▝ Space/list separator
FSPath = "\u259e" // ▞ Path separator