From 98e56386a0fe65e12b8eb4e8e3585c6703556fc2 Mon Sep 17 00:00:00 2001 From: git-hulk Date: Thu, 24 Oct 2024 23:13:07 +0800 Subject: [PATCH] Release 2.10.1 --- src/components/Releases/index.tsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/components/Releases/index.tsx b/src/components/Releases/index.tsx index 795f8b1e..962f0972 100644 --- a/src/components/Releases/index.tsx +++ b/src/components/Releases/index.tsx @@ -1,6 +1,10 @@ import React from "react"; const versions = [ + { + version: '2.10.1', + vtag: '2.10.1' + }, { version: '2.10.0', vtag: '2.10.0'