fix(build): Fix Buildate date (#218)

This commit is contained in:
Adam Shiervani 2025-03-03 11:44:36 +01:00 committed by GitHub
parent 7f43ba869f
commit 7e6a24800e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
BRANCH ?= $(shell git rev-parse --abbrev-ref HEAD)
BUILDDATE ?= $(shell date --iso-8601=seconds)
BUILDDATE ?= $(shell date -u +%FT%T%z)
REVISION ?= $(shell git rev-parse HEAD)
VERSION_DEV := 0.3.8-dev$(shell date +%Y%m%d%H%M)
VERSION := 0.3.7