add build num to ver

This commit is contained in:
PiggyPiglet
2026-01-24 21:07:36 +08:00
parent 6f61c0eb31
commit ee392322c6

View File

@@ -7,7 +7,7 @@ plugins {
} }
group = "at.helpch" group = "at.helpch"
version = "1.0.1-DEV" version = "1.0.1-DEV-${System.getProperty("BUILD_NUMBER")}"
description = "An awesome placeholder provider!" description = "An awesome placeholder provider!"