Skip to content

Commit

Permalink
bump version to-> < 0.19.2 >
Browse files Browse the repository at this point in the history
  • Loading branch information
yellowbean committed Jul 12, 2023
1 parent 8edad18 commit 1eaeed1
Show file tree
Hide file tree
Showing 2 changed files with 3 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 @@ -88,7 +88,7 @@ $(deriveJSON defaultOptions ''Version)
instance ToSchema Version

version1 :: Version
version1 = Version "0.19.1"
version1 = Version "0.19.2"

data PoolType = MPool (P.Pool AB.Mortgage)
| LPool (P.Pool AB.Loan)
Expand Down
4 changes: 2 additions & 2 deletions swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -7565,7 +7565,7 @@
"$ref": "#/components/schemas/Day"
},
{
"multipleOf": 1.0e-2,
"format": "double",
"type": "number"
}
],
Expand Down Expand Up @@ -10831,7 +10831,7 @@
}
},
"info": {
"version": "0.18.9",
"version": "0.19.1",
"title": "Hastructure API",
"license": {
"name": "BSD 3"
Expand Down

0 comments on commit 1eaeed1

Please sign in to comment.