Bump Go to v1.23.2

This commit is contained in:
2024-10-19 16:07:39 -04:00
parent 1fb2834844
commit ab3f6be41b
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ var (
)
const (
LibmuttonVersion = "0.2.2" // 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.2.D" // 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
+1 -1
View File
@@ -1,6 +1,6 @@
module github.com/rwinkhart/libmutton
go 1.22.6
go 1.23.2
require (
github.com/fortis/go-steam-totp v0.0.0-20171114202746-18e928674727