From dbe69a27e645fe88ca57efd352fc63fe0d9379b6 Mon Sep 17 00:00:00 2001 From: creeper-0910 Date: Fri, 19 May 2023 00:50:44 +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 37afd9e..dde51d7 100644 --- a/src/index.ts +++ b/src/index.ts @@ -23,8 +23,8 @@ interface API { } const app = new Hono(); -const latest_version = "4.0.847" -const latest_display_version = "4.0 Nightly 104" +const latest_version = "4.0.853" +const latest_display_version = "4.0 Nightly 105" // バージョンの表記方法を定義 class Version {