summaryrefslogtreecommitdiff
path: root/std/version.ts
blob: d4c1092df5d3f8ebf791925dc4f5ff4652013f84 (plain)
1
2
3
4
5
6
7
/** 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.58.0";