diff options
author | Michael McVady <femtonaut@gmail.com> | 2023-07-08 11:42:23 -0500 |
---|---|---|
committer | Michael McVady <femtonaut@gmail.com> | 2023-07-08 11:42:23 -0500 |
commit | 6c95c9152b466bdb30d7226001bb790a8e8c7c5b (patch) | |
tree | 6016df20546c8ad5683be25ff6ea92567fb3600e /conf/build.conf | |
parent | b5c64ec289fe9e07603b3da5f3d246bf88c8a124 (diff) |
Use latest kore RC to fix `http_populate_post`/`textarea` issue
Diffstat (limited to 'conf/build.conf')
-rw-r--r-- | conf/build.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/build.conf b/conf/build.conf index c669282..b9e19a8 100644 --- a/conf/build.conf +++ b/conf/build.conf @@ -5,7 +5,7 @@ # of a dynamic library. If you set this to yes you must also # set kore_source together with kore_flavor. single_binary=yes -kore_source=../kore-4.2.3 +kore_source=../kore-4.3.0-rc2 kore_flavor=PGSQL=1 TLS_BACKEND=none # The flags below are shared between flavors |