Change version number

This commit is contained in:
Jason Streifling 2024-10-28 18:28:22 +01:00
parent 0036b42d82
commit be829e662b

View File

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