From 6250660751da5acc67d982f66b80d74ee2e7773a Mon Sep 17 00:00:00 2001 From: creeper-0910 Date: Tue, 11 Jul 2023 00:57:04 +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 89bdf95..772b9c4 100644 --- a/src/index.ts +++ b/src/index.ts @@ -23,8 +23,8 @@ interface API { } const app = new Hono(); -const latest_version = "4.1.72" -const latest_display_version = "4.1 Nightly 16" +const latest_version = "4.1.74" +const latest_display_version = "4.1 Nightly 17" // バージョンの表記方法を定義 class Version {