Skip to content

Commit

Permalink
v3.4.20
Browse files Browse the repository at this point in the history
  • Loading branch information
kujirahand committed Apr 17, 2023
1 parent e765d57 commit b492cda
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/nako_version.mjs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// 実際のバージョン定義 (自動生成されるので以下を編集しない)
const nakoVersion = {
version: '3.4.19',
version: '3.4.20',
major: 3,
minor: 4,
patch: 19
patch: 20
};
export default nakoVersion;
4 changes: 2 additions & 2 deletions src/nako_version.mts
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ export interface NakoVersion {
}
// 実際のバージョン定義 (自動生成されるので以下を編集しない)
const nakoVersion: NakoVersion = {
version: '3.4.19',
version: '3.4.20',
major: 3,
minor: 4,
patch: 19
patch: 20
}
export default nakoVersion

0 comments on commit b492cda

Please sign in to comment.