Skip to content

Commit 3a3d7ad

Browse files
chore: add warning to version file
1 parent bebd39e commit 3a3d7ad

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

version.ts

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,8 @@
1-
export const LIB_VERSION = "0.2.0";
1+
/*
2+
DO NOT UPDATE THIS VALUE MANUALLY
3+
4+
This value is automatically updated by the `prebuild` script based on the package version.
5+
Running the build script will automatically update this.
6+
*/
7+
8+
export const LIB_VERSION = "0.2.1";

0 commit comments

Comments
 (0)