Skip to main content
Version: v0.0.2

Variable: VERSION

const VERSION: "0.0.0" = "0.0.0"

The @cosyte/cli version. On the uniform v0.0.x-until-first-alpha ladder.

Example

import { VERSION } from "@cosyte/cli";

typeof VERSION; // => "string"