From cd9406900a09ead87df1c606e8e4b94e9db127c8 Mon Sep 17 00:00:00 2001 From: Robin Willmann Date: Thu, 21 Sep 2023 13:08:13 +0200 Subject: [PATCH] v0.0.266 fix tst showing wrong file:line --- goextVersion.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/goextVersion.go b/goextVersion.go index 40155a8..b4ad8a4 100644 --- a/goextVersion.go +++ b/goextVersion.go @@ -1,5 +1,5 @@ package goext -const GoextVersion = "0.0.265" +const GoextVersion = "0.0.266" -const GoextVersionTimestamp = "2023-09-18T12:57:27+0200" +const GoextVersionTimestamp = "2023-09-21T13:08:13+0200"