Release 0.8.1-202412

This commit is contained in:
xbgmsharp
2025-01-06 09:06:45 +01:00
parent aa7450271d
commit 9575eba043
3 changed files with 4 additions and 4 deletions

View File

@@ -1834,7 +1834,7 @@ GRANT EXECUTE ON ALL FUNCTIONS IN SCHEMA public TO qgis_role;
-- Update version
UPDATE public.app_settings
SET value='0.8.0'
SET value='0.8.1'
WHERE "name"='app.version';
\c postgres

View File

@@ -1 +1 @@
0.8.0
0.8.1