Skip to content

Commit

Permalink
v3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kujirahand committed Mar 1, 2024
1 parent de87ef7 commit 602eab8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion core
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nadesiko3",
"version": "3.4.27",
"version": "3.5.0",
"description": "Japanese Programming Language",
"type": "module",
"main": "src/index.mjs",
Expand Down
6 changes: 3 additions & 3 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.27',
version: '3.5.0',
major: 3,
minor: 4,
patch: 27
minor: 5,
patch: 0
}
export default nakoVersion

0 comments on commit 602eab8

Please sign in to comment.