std/version.ts
Bartek Iwańczuk e2360e70bf
0.98.0
2021-06-08 21:16:06 +02:00

9 lines
370 B
TypeScript

// Copyright 2018-2021 the Deno authors. All rights reserved. MIT license.
/** 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.98.0";