From e15e2388507d9de6a614f19ff4f21d4b9f525ca0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 3 May 2024 00:48:54 +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 87e5d6d..a38f3be 100644 --- a/src/index.ts +++ b/src/index.ts @@ -23,8 +23,8 @@ interface API { } const app = new Hono(); -const latest_version = "4.4.168" -const latest_display_version = "4.4 Nightly 44" +const latest_version = "4.4.170" +const latest_display_version = "4.4 Nightly 45" // バージョンの表記方法を定義 class Version {