std/version.ts
denobot 55c33e1e8a
0.216.0 (#4333)
Co-authored-by: Divy Srivastava <dj.srivastava23@gmail.com>
2024-02-15 10:31:02 +05:30

9 lines
371 B
TypeScript

// Copyright 2018-2024 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.216.0";