std/version.ts
denobot c8d8a08e45
0.161.0 (#2818)
Co-authored-by: bartlomieju <bartlomieju@users.noreply.github.com>
2022-10-27 01:23:36 +02: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.161.0";