Skip to main content
Module

x/release_up/deps.ts>Command#version

🌱 Automate releases
Go to Latest
method Command.prototype.version
Re-export
import { Command } from "https://deno.land/x/release_up@0.5.0/deps.ts";

Set command version.

Parameters

version: string | IVersionHandler<Partial<CO>, Partial<CA>, CG, CPG, CT, CGT, CPT, CP>

Semantic version string string or method that returns the version string.