From 595e13285d510654c5a85402f5084f9d429f380c Mon Sep 17 00:00:00 2001 From: "Bryan C. Mills" Date: Fri, 14 Jan 2022 10:08:41 -0500 Subject: [PATCH] Retract +incompatible releases (For #965.) This retraction will take effect when this commit is included in the latest v1 release (presumably v1.14.11). --- go.mod | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 3d0854a0..89788ab4 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,7 @@ module github.com/mattn/go-sqlite3 -go 1.12 +go 1.16 + +retract ( + [v2.0.0+incompatible, v2.0.6+incompatible] // Accidental; no major changes or features. +)