Skip to content

Commit

Permalink
Retract +incompatible releases
Browse files Browse the repository at this point in the history
(For #965.)

This retraction will take effect when this commit is included in the
latest v1 release (presumably v1.14.11).
  • Loading branch information
Bryan C. Mills authored and mattn committed Aug 16, 2022
1 parent fd616a2 commit 595e132
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion 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.
)

0 comments on commit 595e132

Please sign in to comment.