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