Skip to content

Commit

Permalink
v3.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kujirahand committed May 1, 2024
1 parent 854b525 commit 1d1ad01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/nako_version.mts
Expand Up @@ -11,9 +11,9 @@ export interface NakoVersion {
}
// 実際のバージョン定義 (自動生成されるので以下を編集しない)
const nakoVersion: NakoVersion = {
version: '3.6.0',
version: '3.6.1',
major: 3,
minor: 6,
patch: 0
patch: 1
}
export default nakoVersion

0 comments on commit 1d1ad01

Please sign in to comment.