Skip to content

Commit

Permalink
bump version to-> < 0.21.12 >
Browse files Browse the repository at this point in the history
  • Loading branch information
yellowbean committed Oct 12, 2023
1 parent da5eb08 commit 69e7216
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/Main.hs
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ $(deriveJSON defaultOptions ''Version)
instance ToSchema Version

version1 :: Version
version1 = Version "0.21.11"
version1 = Version "0.21.12"

data PoolType = MPool (P.Pool AB.Mortgage)
| LPool (P.Pool AB.Loan)
Expand Down
5 changes: 3 additions & 2 deletions swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -2902,7 +2902,8 @@
"CollectedPrepaymentPenalty",
"CollectedRental",
"NewDefaults",
"NewLosses"
"NewLosses",
"NewDelinquencies"
]
},
"LeaseAssetGapAssump": {
Expand Down Expand Up @@ -11698,7 +11699,7 @@
}
},
"info": {
"version": "0.21.10",
"version": "0.21.11",
"title": "Hastructure API",
"license": {
"name": "BSD 3"
Expand Down

0 comments on commit 69e7216

Please sign in to comment.