method VersionUtils.prototype.getCurrentVersion
VersionUtils.prototype.getCurrentVersion(): Promise<string>

Get current version from git tags first, then fall back to version file

Return Type

Promise<string>

Usage

import { VersionUtils } from ".";