diff --git a/src/index.ts b/src/index.ts index 36330b9..f2c4482 100644 --- a/src/index.ts +++ b/src/index.ts @@ -23,8 +23,8 @@ interface API { } const app = new Hono(); -const latest_version = "4.7.9" -const latest_display_version = "4.7 Nightly 6" +const latest_version = "4.7.10" +const latest_display_version = "4.7 Nightly 7" // バージョンの表記方法を定義 class Version {