1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-24 08:09:08 -05:00
denoland-deno/std/version.ts
Bartek Iwańczuk 9c59a4b18c
v1.0.4
2020-06-02 15:48:17 +02:00

7 lines
295 B
TypeScript

/** Version of the Deno standard modules
*
* Deno std is versioned differently than Deno cli because it is still unstable;
* the cli's API is stable. In the future when std becomes stable, likely we
* will match versions with cli as we have in the past.
*/
export const VERSION = "0.55.0";