new release: 0.4.1-beta

This commit is contained in:
Jens Langhammer
2019-10-02 21:04:16 +00:00
parent 3676ff21c2
commit c38012f147
6 changed files with 10 additions and 10 deletions

View File

@ -39,7 +39,7 @@ http {
gzip on;
gzip_types application/javascript image/* text/css;
gunzip on;
add_header X-passbook-Version 0.4.0-beta;
add_header X-passbook-Version 0.4.1-beta;
add_header Vary X-passbook-Version;
root /static/;