From 5c6568f922dd2e92ccae0b1d5c183f807b40c800 Mon Sep 17 00:00:00 2001 From: creeper-0910 Date: Wed, 2 Aug 2023 00:50:11 +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 f2c3a77..f4f1a6f 100644 --- a/src/index.ts +++ b/src/index.ts @@ -23,8 +23,8 @@ interface API { } const app = new Hono(); -const latest_version = "4.2.13" -const latest_display_version = "4.2 Nightly 8" +const latest_version = "4.2.15" +const latest_display_version = "4.2 Nightly 9" // バージョンの表記方法を定義 class Version {