From f0347a94356a831eb9bc27b448f89737218e206c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mike=20Schw=C3=B6rer?= Date: Wed, 20 Mar 2024 09:42:06 +0100 Subject: [PATCH] v0.0.418 fix tests? --- go.mod | 2 +- goextVersion.go | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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"