Skip to content

Commit 034dff4

Browse files
committed
some comment
1 parent 34b0ad7 commit 034dff4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/database/src/core/version.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
/** The semver (www.semver.org) version of the SDK. */
33
export let SDK_VERSION = '';
44

5+
// SDK_VERSION should be set before any database instance is created
56
export function setSDKVersion(version: string): void {
67
SDK_VERSION = version;
78
}

0 commit comments

Comments
 (0)