summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index ee39a85..24bb189 100644
--- a/README.md
+++ b/README.md
@@ -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
20The plan is to support releases once Zig 1.0 is released but this can still change. 20The plan is to support releases once Zig 1.0 is released but this can still change.
21 21