From 3978e20f184e45a25911c42610996abf53058152 Mon Sep 17 00:00:00 2001 From: nicolaasuni Date: Thu, 1 Aug 2024 09:03:41 +0100 Subject: [PATCH] Fake retract version --- v2/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v2/go.mod b/v2/go.mod index 86afd36..ae36d1e 100644 --- a/v2/go.mod +++ b/v2/go.mod @@ -3,8 +3,8 @@ module github.com/tecnickcom/statsd/v2 go 1.22 retract ( + v2.2.0-alpha.1 // version created for retraction v2.1.0 // Published in error - v1 is the current version v2.0.8 // Published in error - v1 is the current version - v2.0.0-alpha.2 // version created for retraction v2.0.0-alpha.1 // version created for retraction )