Skip to content

Commit 752fded

Browse files
Update Update-Server
1 parent 675b1b9 commit 752fded

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/index.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ interface API {
2323
}
2424

2525
const app = new Hono();
26-
const latest_version = "4.7.59"
27-
const latest_display_version = "4.7 Nightly 30"
26+
const latest_version = "4.7.61"
27+
const latest_display_version = "4.7 Nightly 32"
2828

2929
// バージョンの表記方法を定義
3030
class Version {

0 commit comments

Comments
 (0)