std/version.ts
denobot 088d56c710
0.155.0 (#2638)
Co-authored-by: kt3k <kt3k@users.noreply.github.com>
2022-09-09 16:40:06 +09:00

9 lines
371 B
TypeScript

// Copyright 2018-2022 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.155.0";