Skip to content
This repository was archived by the owner on Nov 13, 2023. It is now read-only.

Commit 859d067

Browse files
committed
Fix version bump.
1 parent d89abe7 commit 859d067

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

scripts/bump_version_module.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ const path = require("path");
55
const targetFile = path.join(__dirname, "..", "src", "Version.ml");
66

77
const content = `
8-
/* CREATED BY genType/scripts/bump_version_module.js */
9-
/* DO NOT MODIFY BY HAND, WILL BE AUTOMATICALLY UPDATED BY npm version */
8+
(* CREATED BY genType/scripts/bump_version_module.js *)
9+
(* DO NOT MODIFY BY HAND, WILL BE AUTOMATICALLY UPDATED BY npm version *)
1010
let version = "${pjson.version}";
1111
`;
1212

src/Version.ml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11

2-
/* CREATED BY genType/scripts/bump_version_module.js */
3-
/* DO NOT MODIFY BY HAND, WILL BE AUTOMATICALLY UPDATED BY npm version */
2+
(* CREATED BY genType/scripts/bump_version_module.js *)
3+
(* DO NOT MODIFY BY HAND, WILL BE AUTOMATICALLY UPDATED BY npm version *)
44
let version = "3.47.0";

0 commit comments

Comments
 (0)