diff --git a/src/index.ts b/src/index.ts index 1e03a5b..effc376 100644 --- a/src/index.ts +++ b/src/index.ts @@ -23,8 +23,8 @@ interface API { } const app = new Hono(); -const latest_version = "4.0.873" -const latest_display_version = "4.0 Nightly 109" +const latest_version = "4.0.895" +const latest_display_version = "4.0 Nightly 110" // バージョンの表記方法を定義 class Version {