mapcomplete/scripts/printVersion.ts

6 lines
190 B
TypeScript
Raw Normal View History

2021-05-13 13:25:03 +02:00
import {Utils} from "../Utils";
import Constants from "../Models/Constants";
Utils.runningFromConsole = true;
console.log("git tag -a", Constants.vNumber, `-m "Deployed on ${new Date()}"`)