css: bump CSSVERSION

gonna set it to the version number of the software from now on, i think.
This commit is contained in:
Harvey Tindall
2025-11-27 20:13:31 +00:00
parent 787d0e7b4c
commit 033319af29
3 changed files with 3 additions and 3 deletions

View File

@@ -9,7 +9,7 @@ else
endif
GOBINARY ?= go
CSSVERSION ?= v3
CSSVERSION ?= v0.6.0
CSS_BUNDLE = $(DATA)/web/css/$(CSSVERSION)bundle.css
VERSION ?= $(shell git describe --exact-match HEAD 2> /dev/null || echo vgit)