From 7d18b913c6495b99885b234b8fa1c62d295fa3d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mike=20Schw=C3=B6rer?= Date: Mon, 13 Nov 2023 15:28:37 +0100 Subject: [PATCH] v0.0.317 try fix tests on pipeline --- go.mod | 2 +- goextVersion.go | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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"