From 323e0caf2d55ea555c367072cac2f473163ed19a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 8 Aug 2024 00:53:18 +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 36330b9..f2c4482 100644 --- a/src/index.ts +++ b/src/index.ts @@ -23,8 +23,8 @@ interface API { } const app = new Hono(); -const latest_version = "4.7.9" -const latest_display_version = "4.7 Nightly 6" +const latest_version = "4.7.10" +const latest_display_version = "4.7 Nightly 7" // バージョンの表記方法を定義 class Version {