From 28c5d1b25b3d9a004a60ebd2d7d7f0f37bf9ed57 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 22 Nov 2024 01:02:02 +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 52739fd..cbf71bc 100644 --- a/src/index.ts +++ b/src/index.ts @@ -23,8 +23,8 @@ interface API { } const app = new Hono(); -const latest_version = "4.7.129" -const latest_display_version = "4.7 Nightly 53" +const latest_version = "4.7.136" +const latest_display_version = "4.7 Nightly 54" // バージョンの表記方法を定義 class Version {