mapcomplete/scripts/printVersion.ts

4 lines
124 B
TypeScript
Raw Normal View History

2022-09-08 21:40:48 +02:00
import Constants from "../Models/Constants"
2021-05-13 13:25:03 +02:00
2022-09-08 21:40:48 +02:00
console.log("git tag -a", Constants.vNumber, `-m "Deployed on ${new Date()}"`)