From 45a891642fda5903251638b51a6313b9ea044253 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 21 Aug 2024 00:52:46 +0000 Subject: [PATCH] Update Update-Server --- src/index.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/index.ts b/src/index.ts index b9a1041..cac28dc 100644 --- a/src/index.ts +++ b/src/index.ts @@ -23,8 +23,8 @@ interface API { } const app = new Hono(); -const latest_version = "4.7.20" -const latest_display_version = "4.7 Nightly 11" +const latest_version = "4.7.23" +const latest_display_version = "4.7 Nightly 12" // バージョンの表記方法を定義 class Version {