diff --git a/go.mod b/go.mod index c27b2dd..49ab284 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module gogs.mikescher.com/BlackForestBytes/goext -go 1.21 +go 1.22 require ( github.com/gin-gonic/gin v1.9.1 diff --git a/goextVersion.go b/goextVersion.go index bf9de89..70d8e5f 100644 --- a/goextVersion.go +++ b/goextVersion.go @@ -1,5 +1,5 @@ package goext -const GoextVersion = "0.0.417" +const GoextVersion = "0.0.418" -const GoextVersionTimestamp = "2024-03-20T08:58:59+0100" +const GoextVersionTimestamp = "2024-03-20T09:42:06+0100"