blob: 4ebac025d59f574c1aff7e2997801771a763fbda (
plain)
1
2
3
4
5
6
7
8
9
10
|
// generated during release, do not modify
/**
* The current version, as set in package.json.
*
* https://svelte.dev/docs/svelte-compiler#svelte-version
* @type {string}
*/
export const VERSION = '4.2.20';
export const PUBLIC_VERSION = '4';
|