Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

std/version.ts>VERSION

Deno standard library
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
variable VERSION
import { VERSION } from "https://deno.land/std@0.218.2/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.

type

"0.218.2"