From 5299fdba89a0e27bff23885c15b3eeaa89d44b85 Mon Sep 17 00:00:00 2001 From: Xiaoyu Date: Thu, 12 Oct 2023 14:09:42 +0800 Subject: [PATCH] bump version to-> < 0.21.10 > --- app/Main.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Main.hs b/app/Main.hs index 4d721280..ed4ab91a 100644 --- a/app/Main.hs +++ b/app/Main.hs @@ -92,7 +92,7 @@ $(deriveJSON defaultOptions ''Version) instance ToSchema Version version1 :: Version -version1 = Version "0.21.9" +version1 = Version "0.21.10" data PoolType = MPool (P.Pool AB.Mortgage) | LPool (P.Pool AB.Loan)