Change version number

This commit is contained in:
Jason Streifling 2025-02-10 21:08:55 +01:00
parent 9519ad5a1e
commit f68241c092

View File

@ -55,7 +55,7 @@ func newConfig() *Config {
MaxImgWidth: 1920, MaxImgWidth: 1920,
PDFDir: "/var/www/cpolis/pdfs", PDFDir: "/var/www/cpolis/pdfs",
Port: ":1664", Port: ":1664",
Version: "v0.16.0", Version: "v0.16.1",
WebDir: "/var/www/cpolis/web", WebDir: "/var/www/cpolis/web",
} }
} }