diff options
| author | Chris Boesch <chrboesch@noreply.codeberg.org> | 2026-04-19 15:01:03 +0200 |
|---|---|---|
| committer | Chris Boesch <chrboesch@noreply.codeberg.org> | 2026-04-19 15:01:03 +0200 |
| commit | 234e829b15be7226b4d69c8281d49b445d3f98c8 (patch) | |
| tree | 51e4a109ea9ecdf9f7e6ac9573eff8736f5aab69 /README.md | |
| parent | ca8aee84ad920f9af173e0eebf7310ebde217fef (diff) | |
| parent | 823b4987f72c4202576b8d25df3adc397e0ee473 (diff) | |
Merge pull request 'fixed readme' (#409) from readme into main
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/409
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -74,10 +74,10 @@ The Zig language is under very active development. In order to be current, Ziglings tracks **development** builds of the Zig compiler rather than versioned **release** builds. The last stable release was `0.16`, but Ziglings needs a dev build with -pre-release version "0.16.0" and a build number at least as high +pre-release version "0.17.0-dev" and a build number at least as high as that shown in the example version check above. -**Hint**: You can find a version change summary at the end of this README. +**Hint**: You can find a summary of breaking changes at the end of this README. It is likely that you'll download a build which is _greater_ than the minimum. |
