Change htmx version to @latest

This commit is contained in:
2025-01-19 10:16:07 +01:00
parent 6d402aca32
commit 86a16629fd
2 changed files with 2 additions and 2 deletions

View File

@ -52,7 +52,7 @@ func newConfig() *Config {
PDFDir: "/var/www/cpolis/pdfs",
PicsDir: "/var/www/cpolis/pics",
Port: ":8080",
Version: "v0.15.2",
Version: "v0.15.3",
WebDir: "/var/www/cpolis/web",
}
}