From 3eec3b5d30d4003461d504b67a629488aa9f25f1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 30 May 2024 00:47:13 +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 88a2586..29a3e51 100644 --- a/src/index.ts +++ b/src/index.ts @@ -23,8 +23,8 @@ interface API { } const app = new Hono(); -const latest_version = "4.5.6" -const latest_display_version = "4.5 Nightly 1" +const latest_version = "4.5.7" +const latest_display_version = "4.5 Nightly 2" // バージョンの表記方法を定義 class Version {