Skip to content

Commit

Permalink
Merge pull request #1795 from kujirahand/ver3_6_27
Browse files Browse the repository at this point in the history
v3.6.27
  • Loading branch information
kujirahand authored Nov 16, 2024
2 parents 0cb222b + 73a7b52 commit ea6f683
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nadesiko3core",
"version": "3.6.26",
"version": "3.6.27",
"description": "Japanese Programming Language Nadesiko v3 core",
"main": "index.mjs",
"type": "module",
Expand Down
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.6.26",
"version": "3.6.27",
"description": "Japanese Programming Language",
"type": "module",
"main": "src/index.mjs",
Expand Down
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.6.26',
version: '3.6.27',
major: 3,
minor: 6,
patch: 26
patch: 27
}
export default nakoVersion

0 comments on commit ea6f683

Please sign in to comment.