From fad5fd868f6d5d95aca3b50e50e31638e9711a68 Mon Sep 17 00:00:00 2001 From: creeper-0910 Date: Fri, 11 Aug 2023 00:40:43 +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 19dc634..af4a23b 100644 --- a/src/index.ts +++ b/src/index.ts @@ -23,8 +23,8 @@ interface API { } const app = new Hono(); -const latest_version = "4.2.26" -const latest_display_version = "4.2 Nightly 14" +const latest_version = "4.2.28" +const latest_display_version = "4.2 Nightly 15" // バージョンの表記方法を定義 class Version {