Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

VERSION

import { VERSION } from "https://dotland.deno.dev/std@0.145.0/version.ts";

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.

const VERSION: "0.145.0";