mirror of
https://github.com/denoland/std.git
synced 2024-11-22 04:59:05 +00:00
b7e6dc0914
Co-authored-by: bartlomieju <bartlomieju@users.noreply.github.com> Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
9 lines
371 B
TypeScript
9 lines
371 B
TypeScript
// Copyright 2018-2023 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.192.0";
|