function updateVersion()

in scripts/updateVersion.ts [68:72]


function updateVersion(newVersion: string) {
    updatePackageJsonVersion(repoRoot, newVersion);

    updateVersionByRegex(constantsPath, constantsVersionRegex, newVersion);
}