From 9682c8102d3c51eb7ad335f9201ef5b69480780b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 25 Jun 2024 00:48:52 +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 9430fd4..eaa1f74 100644 --- a/src/index.ts +++ b/src/index.ts @@ -23,8 +23,8 @@ interface API { } const app = new Hono(); -const latest_version = "4.6.9" -const latest_display_version = "4.6 Nightly 5" +const latest_version = "4.6.11" +const latest_display_version = "4.6 Nightly 6" // バージョンの表記方法を定義 class Version {