From 3d0f091b1d4a9bb6da5b27f31ce6217f703361a0 Mon Sep 17 00:00:00 2001 From: creeper-0910 Date: Wed, 26 Jul 2023 00:54:14 +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 167bb36..7b16fb5 100644 --- a/src/index.ts +++ b/src/index.ts @@ -23,8 +23,8 @@ interface API { } const app = new Hono(); -const latest_version = "4.2.4" -const latest_display_version = "4.2 Nightly 3" +const latest_version = "4.2.5" +const latest_display_version = "4.2 Nightly 4" // バージョンの表記方法を定義 class Version {