Skip to content

Commit

Permalink
Update Update-Server
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 15, 2025
1 parent 4d36fd5 commit 2f08a3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ interface API {
}

const app = new Hono();
const latest_version = "4.8.47"
const latest_display_version = "4.8 Nightly 11"
const latest_version = "4.9.7"
const latest_display_version = "4.9 Nightly 1"

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

0 comments on commit 2f08a3f

Please sign in to comment.