From 049edc824ad7f929a70d5ea51b90bd246fc47ef7 Mon Sep 17 00:00:00 2001 From: feilong Date: Fri, 19 Nov 2021 19:56:56 +0800 Subject: [PATCH] fix released_at --- doc/versions/3.4.15/config.json | 2 +- doc/versions/4.5.3/config.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/versions/3.4.15/config.json b/doc/versions/3.4.15/config.json index fdd5fd4..e23d7f9 100644 --- a/doc/versions/3.4.15/config.json +++ b/doc/versions/3.4.15/config.json @@ -1,5 +1,5 @@ { - "released_at": "2021-10-11", + "released_at": "2021-07-06", "bugfixes": "bugfixes.md", "features": "features.md", "asserts": "asserts.json", diff --git a/doc/versions/4.5.3/config.json b/doc/versions/4.5.3/config.json index c8091ed..ff62d9a 100644 --- a/doc/versions/4.5.3/config.json +++ b/doc/versions/4.5.3/config.json @@ -1,5 +1,5 @@ { - "released_at": "2021-10-11", + "released_at": "2021-07-06", "bugfixes": "bugfixes.md", "features": "features.md", "asserts": "asserts.json", -- GitLab