From 21d0fc02e4e19832fa422e5b25b97991e4432169 Mon Sep 17 00:00:00 2001 From: creeper-0910 Date: Sat, 13 May 2023 00:47:15 +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 a2d6725..2ed82bb 100644 --- a/src/index.ts +++ b/src/index.ts @@ -23,8 +23,8 @@ interface API { } const app = new Hono(); -const latest_version = "4.0.833" -const latest_display_version = "4.0 Nightly 101" +const latest_version = "4.0.836" +const latest_display_version = "4.0 Nightly 102" // バージョンの表記方法を定義 class Version {