From cfdc975dab2530ba8546b8e65dfa963c86a6c0f2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 25 Oct 2024 00:59:22 +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 ac27659..b256700 100644 --- a/src/index.ts +++ b/src/index.ts @@ -23,8 +23,8 @@ interface API { } const app = new Hono(); -const latest_version = "4.7.69" -const latest_display_version = "4.7 Nightly 35" +const latest_version = "4.7.70" +const latest_display_version = "4.7 Nightly 36" // バージョンの表記方法を定義 class Version {