From 9be725fa24631690cdfc5d7ec9285f41faf2af17 Mon Sep 17 00:00:00 2001 From: xbgmsharp Date: Fri, 6 Dec 2024 12:47:23 +0100 Subject: [PATCH] Release 0.8.0-202411 --- initdb/99_migrations_202411.sql | 2 +- initdb/PGSAIL_VERSION | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/initdb/99_migrations_202411.sql b/initdb/99_migrations_202411.sql index 213a01f..cfcd9d7 100644 --- a/initdb/99_migrations_202411.sql +++ b/initdb/99_migrations_202411.sql @@ -1970,7 +1970,7 @@ GRANT EXECUTE ON ALL FUNCTIONS IN SCHEMA public TO user_role; -- Update version UPDATE public.app_settings - SET value='0.7.8' + SET value='0.8.0' WHERE "name"='app.version'; \c postgres diff --git a/initdb/PGSAIL_VERSION b/initdb/PGSAIL_VERSION index e7c7d3c..a3df0a6 100644 --- a/initdb/PGSAIL_VERSION +++ b/initdb/PGSAIL_VERSION @@ -1 +1 @@ -0.7.8 +0.8.0