Skip to content

Commit 78b95b7

Browse files
committed
Clean up accidental v2 references
1 parent 7ca6a97 commit 78b95b7

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ go-sqlite3
99

1010
Latest stable version is v1.14 or later, not v2.
1111

12-
~~**NOTE:** The increase to v2 was an accident. There were no major changes or features.~~
13-
1412
# Description
1513

1614
A sqlite3 driver that conforms to the built-in database/sql interface.

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ module github.com/mattn/go-sqlite3
33
go 1.21
44

55
retract (
6-
[v2.0.0+incompatible, v2.0.6+incompatible] // Accidental; no major changes or features.
6+
[v2.0.0+incompatible, v2.0.7+incompatible] // Accidental; no major changes or features.
77
)

0 commit comments

Comments
 (0)