Skip to content

Commit 9354926

Browse files
committed
build: update version.ts
1 parent 07d22ed commit 9354926

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/version.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
export const version = await Bun
22
.file("VERSION")
33
.text()
4-
.then((v) => v.trim());
4+
.then((v) => v.trim())
5+
.then((v) => v.replace(/^v/iu, ""));

0 commit comments

Comments
 (0)