Skip to content

Commit c48dba0

Browse files
mmermerkayaFeiyang1
authored andcommitted
Prepend "w:" to the package version that is reported to the server (#113)
1 parent 0ee16a4 commit c48dba0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/installations/src/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
export const PENDING_TIMEOUT_MS = 10000;
1919

20-
export const PACKAGE_VERSION = '__VERSION__'; // Will be replaced by Rollup
20+
export const PACKAGE_VERSION = 'w:__VERSION__'; // Will be replaced by Rollup
2121
export const INTERNAL_AUTH_VERSION = 'FIS_v2';
2222

2323
export const INSTALLATIONS_API_URL =

0 commit comments

Comments
 (0)