diff --git a/go.mod b/go.mod index 2506da1..9f76612 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module gogs.mikescher.com/BlackForestBytes/goext -go 1.19 +go 1.21 require ( github.com/gin-gonic/gin v1.9.1 diff --git a/goextVersion.go b/goextVersion.go index 5be5682..7937ec7 100644 --- a/goextVersion.go +++ b/goextVersion.go @@ -1,5 +1,5 @@ package goext -const GoextVersion = "0.0.316" +const GoextVersion = "0.0.317" -const GoextVersionTimestamp = "2023-11-13T15:19:48+0100" +const GoextVersionTimestamp = "2023-11-13T15:28:37+0100"