deno/std/version.ts
Bartek Iwańczuk 6af5149ea3
v1.2.0
2020-07-13 13:00:24 -04:00

8 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.61.0";