Set beta version; update beta versioning comment

This commit is contained in:
2025-11-10 00:21:12 -05:00
parent c1c9565511
commit 13aa507788
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
.TH MUTN 1 "09 November 2025" "v0.3.B" "MUTN man page"
.TH MUTN 1 "09 November 2025" "v0.3.A" "MUTN man page"
.SH NAME
\fBmutn\fR - Simple, self-hosted, SSH-synchronized password and note management based on libmutton. It is the successor to sshyp.
+1 -1
View File
@@ -5,7 +5,7 @@ go 1.25.4
require (
github.com/charmbracelet/glamour v0.7.0
github.com/rwinkhart/go-boilerplate v0.1.0
github.com/rwinkhart/libmutton v0.4.3-0.20251110045726-97037903360c
github.com/rwinkhart/libmutton v0.4.3-0.20251110052016-75ad2afcfb6c
golang.org/x/term v0.36.0
)
+2 -2
View File
@@ -46,8 +46,8 @@ github.com/rwinkhart/go-highlite v0.1.1 h1:9TxbRhYVfD/3YaEgNk1BtEiZ0t8/5mxDUZqNM
github.com/rwinkhart/go-highlite v0.1.1/go.mod h1:mWLMtCWcyV0BG4NeyPyAUGMjPvI0ds6vXmUq89QwBFA=
github.com/rwinkhart/go-winio v0.1.0 h1:b72agLW+dETGmhR3VbcbwnStfgKfc5AfgJOXBJDkaHg=
github.com/rwinkhart/go-winio v0.1.0/go.mod h1:ZWa7ssZJT30CCDGJ7fk/2SBTq9BIQrrVjrcss0UW2s0=
github.com/rwinkhart/libmutton v0.4.3-0.20251110045726-97037903360c h1:awL7Q4rzd0FLoi+qaZnwC+SMby2OYf7yNf5Z1NIi+8o=
github.com/rwinkhart/libmutton v0.4.3-0.20251110045726-97037903360c/go.mod h1:ZXDCjk1Wec5UJK8ID9AF+jqicWoZmMGzuaPw1Unu3HQ=
github.com/rwinkhart/libmutton v0.4.3-0.20251110052016-75ad2afcfb6c h1:99VhU1ORwoPguHJsymPKSbVmqRgow45QYyqnpcViFPM=
github.com/rwinkhart/libmutton v0.4.3-0.20251110052016-75ad2afcfb6c/go.mod h1:ZXDCjk1Wec5UJK8ID9AF+jqicWoZmMGzuaPw1Unu3HQ=
github.com/rwinkhart/peercred-mini v0.1.2 h1:4cGWDbv0whvLeVvbUdx84V/9p+2fS+DEXgrA1KxlRFo=
github.com/rwinkhart/peercred-mini v0.1.2/go.mod h1:LLHG7YshHEpbpJJP+Il9nx2dnGj5O3VGE32rWmflj0c=
github.com/rwinkhart/rcw v0.2.3 h1:g1rVaspZnZM8nWupeSdVO827di4ORMZnczw6iXyo01Y=
+1 -1
View File
@@ -13,7 +13,7 @@ var (
)
const (
MUTNVersion = "0.3.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"
MUTNVersion = "0.3.A" // untagged releases feature a letter suffix corresponding to the eventual release version, e.g "0.B.0" -> "0.2.0", "0.2.A" -> "0.2.1"
ansiBlackOnWhite = "\033[38;5;0;48;5;15m"
)