import { SetVersion } from "https://deno.land/x/fathym_common@v0.2.165-integration/src/build/SetVersion.ts";
SetVersion provides an interface for setting the version of a Deno project.
Examples
From direct import
From direct import
import { SetVersion } from '@fathym/common/build';
const setVersion = new SetVersion();
await setVersion.Configure();