zig

fork of https://codeberg.org/ziglang/zig
Log | Files | Refs | README | LICENSE

commit ddf9c40bc19761cd50c49d41d9501d3524a73561 (tree)
parent c7b68ce0f8f74a9b6b1417f2da14a0a4db90d335
Author: Andrew Kelley <andrew@ziglang.org>
Date:   Fri,  4 Jun 2021 16:33:50 -0700

ci: fix 0.8.0 release date

Diffstat:
Mci/srht/index.json | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ci/srht/index.json b/ci/srht/index.json @@ -41,7 +41,7 @@ } }, "0.8.0": { - "date": "2020-06-04", + "date": "2021-06-04", "docs": "https://ziglang.org/documentation/0.8.0/", "stdDocs": "https://ziglang.org/documentation/0.8.0/std/", "notes": "https://ziglang.org/download/0.8.0/release-notes.html",