diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -15,7 +15,7 @@ If you use this library, expect to have to make changes when you update the code | |||
| 15 | 15 | ||
| 16 | `zig-sqlite` follows Zig's release structure: | 16 | `zig-sqlite` follows Zig's release structure: |
| 17 | - [master](https://github.com/vrischmann/zig-sqlite) tracks Zig master | 17 | - [master](https://github.com/vrischmann/zig-sqlite) tracks Zig master |
| 18 | - [zig-0.14.0](https://github.com/vrischmann/zig-sqlite/tree/zig-0.14.0) tracks Zig 0.14.0 | 18 | - [zig-0.15.1](https://github.com/vrischmann/zig-sqlite/tree/zig-0.15.1) tracks Zig 0.15.1 |
| 19 | 19 | ||
| 20 | The plan is to support releases once Zig 1.0 is released but this can still change. | 20 | The plan is to support releases once Zig 1.0 is released but this can still change. |
| 21 | 21 | ||