mirror of
https://github.com/indig0fox/Arma3-AttendanceTracker.git/
synced 2025-12-08 09:51:47 -06:00
implement CBA macros, fix for prod
- using a3go 0.3.2, no longer relies on ext callback for anything except RPT logging and waiting DB connect at postinit - tested and functional
This commit is contained in:
@@ -166,7 +166,7 @@ docker pull x1unix/go-mingw:1.20
|
||||
|
||||
# version is semantic + build date + git hash
|
||||
# e.g. 1.0.0-2021-05-30-1a2b3c4d
|
||||
$versionSem = '1.0.1'
|
||||
$versionSem = '1.1.1'
|
||||
$dateStr = Get-Date -Format 'yyyyMMdd'
|
||||
$version = "$versionSem-$dateStr-$(git rev-parse --short HEAD)"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user