Commit fe575e48 authored by cznic's avatar cznic
Browse files

doc.go: update SQLite version

parent 3ccb9cab
Loading
Loading
Loading
Loading
+15 −15
Original line number Diff line number Diff line
@@ -27,21 +27,21 @@
//
//	OS      Arch    SQLite version
//	------------------------------
//	darwin	amd64   3.51.3
//	darwin	arm64   3.51.3
//	freebsd	amd64   3.51.3
//	freebsd	arm64   3.51.3
//	linux	386     3.51.3
//	linux	amd64   3.51.3
//	linux	arm     3.51.3
//	linux	arm64   3.51.3
//	linux	loong64 3.51.3
//	linux	ppc64le 3.51.3
//	linux	riscv64 3.51.3
//	linux	s390x   3.51.3
//	windows	386     3.51.3
//	windows	amd64   3.51.3
//	windows	arm64   3.51.3
//	darwin	amd64   3.53.0
//	darwin	arm64   3.53.0
//	freebsd	amd64   3.53.0
//	freebsd	arm64   3.53.0
//	linux	386     3.53.0
//	linux	amd64   3.53.0
//	linux	arm     3.53.0
//	linux	arm64   3.53.0
//	linux	loong64 3.53.0
//	linux	ppc64le 3.53.0
//	linux	riscv64 3.53.0
//	linux	s390x   3.53.0
//	windows	386     3.53.0
//	windows	amd64   3.53.0
//	windows	arm64   3.53.0
//
// # Benchmarks
//