summaryrefslogtreecommitdiff
path: root/std/version.ts
blob: 05603ffc5b0cb62a96ab49a11044d65f5b92c1ac (plain)
1
2
3
4
5
6
7
8
// Copyright 2018-2020 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.81.0";