From 6d7cfb86f861079c34b46b291279819644677235 Mon Sep 17 00:00:00 2001 From: Robin Willmann Date: Tue, 12 Sep 2023 11:40:39 +0200 Subject: [PATCH] v0.0.260 wmo: fix endless recursion in wmo reflection --- goextVersion.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/goextVersion.go b/goextVersion.go index f586846..c6b3416 100644 --- a/goextVersion.go +++ b/goextVersion.go @@ -1,5 +1,5 @@ package goext -const GoextVersion = "0.0.259" +const GoextVersion = "0.0.260" -const GoextVersionTimestamp = "2023-09-12T10:48:57+0200" +const GoextVersionTimestamp = "2023-09-12T11:40:39+0200"