From 0e959b3b672895c1ca19cb9a9caf7d239d594a44 Mon Sep 17 00:00:00 2001 From: creeper-0910 Date: Wed, 19 Jul 2023 01:48: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 16e07c1..0bcd2cb 100644 --- a/src/index.ts +++ b/src/index.ts @@ -23,8 +23,8 @@ interface API { } const app = new Hono(); -const latest_version = "4.1.85" -const latest_display_version = "4.1 Nightly 22" +const latest_version = "4.1.87" +const latest_display_version = "4.1 Nightly 23" // バージョンの表記方法を定義 class Version {