Bump api version

This commit is contained in:
shamoon
2026-02-20 14:03:30 -08:00
parent 7bcfcf1e49
commit a7ff3fac6b
3 changed files with 8 additions and 3 deletions

View File

@@ -3,7 +3,7 @@ const base_url = new URL(document.baseURI)
export const environment = {
production: true,
apiBaseUrl: document.baseURI + 'api/',
apiVersion: '9', // match src/paperless/settings.py
apiVersion: '10', // match src/paperless/settings.py
appTitle: 'Paperless-ngx',
tag: 'prod',
version: '2.20.7',