diff options
| author | Jeff Carr <[email protected]> | 2025-10-03 11:57:13 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-03 11:57:13 -0500 |
| commit | 5452bed6607e8dbddfb3e352663402c07c6237dd (patch) | |
| tree | 54f38fbc1dd5f9f2d433a1acca938b7dc0dc5d44 /Makefile | |
| parent | 7bf204299f01a0739c435d3768277c279c6291d3 (diff) | |
new --versionv0.0.29
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ .PHONY: build VERSION = $(shell git describe --tags) -BUILDTIME = $(shell date +%Y.%m.%d) +BUILDTIME = $(shell date +%s) default: placement.pb.go install |
