We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a770dab + 0fdc333 commit bdd919fCopy full SHA for bdd919f
buildenv
@@ -1,5 +1,5 @@
1
# bump: sqlite-version /SQLITE_VERSION="(.*)"/ https://sqlite.org/download.html|re:/(\d{4}).sqlite-autoconf-(\d{7})/$1-$2/
2
-SQLITE_VERSION="2023-3440200"
+SQLITE_VERSION="2024-3450100"
3
SQLITE_YEAR=$(echo $SQLITE_VERSION | cut -d '-' -f 1)
4
SQLITE_NUM=$(echo $SQLITE_VERSION | cut -d '-' -f 2)
5
0 commit comments