diff --git a/app/Main.hs b/app/Main.hs index f9c0157c..210cfdc0 100644 --- a/app/Main.hs +++ b/app/Main.hs @@ -93,7 +93,7 @@ $(deriveJSON defaultOptions ''Version) instance ToSchema Version version1 :: Version -version1 = Version "0.23.2" +version1 = Version "0.23.3" data PoolType = MPool (P.Pool AB.Mortgage) | LPool (P.Pool AB.Loan) diff --git a/swagger.json b/swagger.json index 8e24ab3d..4b2c44a5 100644 --- a/swagger.json +++ b/swagger.json @@ -12770,7 +12770,7 @@ } }, "info": { - "version": "0.23.1", + "version": "0.23.2", "title": "Hastructure API", "license": { "name": "BSD 3"