We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 839d31d commit feffa71Copy full SHA for feffa71
.github/workflows/build.yml
@@ -7,7 +7,7 @@ on:
7
8
env:
9
SQLITE_RELEASE_YEAR: "2021"
10
- SQLITE_VERSION: "3340100"
+ SQLITE_VERSION: "3350000"
11
12
jobs:
13
build-ubuntu:
README.md
@@ -6,4 +6,4 @@ Builds and publishes SQLite shell for different OS:
6
- Windows shell (64-bit). Because SQLite website only provides 32-bit shell 🤷
- macOS shell. Just for convenience.
-Latest release: [3.34.1](https://github.com/nalgeon/sqlite/releases/latest)
+Latest release: [3.35.0](https://github.com/nalgeon/sqlite/releases/latest)
0 commit comments