From ddf9c40bc19761cd50c49d41d9501d3524a73561 Mon Sep 17 00:00:00 2001 From: Andrew Kelley Date: Fri, 4 Jun 2021 16:33:50 -0700 Subject: [PATCH] ci: fix 0.8.0 release date --- ci/srht/index.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/srht/index.json b/ci/srht/index.json index 82626281ca..5c5b8ab882 100644 --- 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",