diff --git a/app/Main.hs b/app/Main.hs index 60e3ca12..c8cb248e 100644 --- a/app/Main.hs +++ b/app/Main.hs @@ -88,7 +88,7 @@ $(deriveJSON defaultOptions ''Version) instance ToSchema Version version1 :: Version -version1 = Version "0.19.4" +version1 = Version "0.19.5" data PoolType = MPool (P.Pool AB.Mortgage) | LPool (P.Pool AB.Loan) diff --git a/swagger.json b/swagger.json index 6dd8ae53..20052f3c 100644 --- a/swagger.json +++ b/swagger.json @@ -10862,7 +10862,7 @@ } }, "info": { - "version": "0.19.2", + "version": "0.19.4", "title": "Hastructure API", "license": { "name": "BSD 3"