From ab3f6be41b83b5819b69462b08486baa1268d937 Mon Sep 17 00:00:00 2001 From: Randall Winkhart Date: Sat, 19 Oct 2024 16:07:39 -0400 Subject: [PATCH] Bump Go to v1.23.2 --- core/1globals.go | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/core/1globals.go b/core/1globals.go index a1171d3..4f81137 100644 --- a/core/1globals.go +++ b/core/1globals.go @@ -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 diff --git a/go.mod b/go.mod index dc0a7bf..417da83 100644 --- a/go.mod +++ b/go.mod @@ -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