Skip to content

Commit

Permalink
bump version to-> < 0.22.6 >
Browse files Browse the repository at this point in the history
  • Loading branch information
yellowbean committed Nov 9, 2023
1 parent 7d96ad2 commit b7ec567
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
1 change: 1 addition & 0 deletions Hastructure.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ library
executable Hastructure-exe
main-is: Main.hs
other-modules:
FormBuilder
Paths_Hastructure
hs-source-dirs:
app
Expand Down
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.22.5"
version1 = Version "0.22.6"

data PoolType = MPool (P.Pool AB.Mortgage)
| LPool (P.Pool AB.Loan)
Expand Down
7 changes: 5 additions & 2 deletions swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -11978,13 +11978,16 @@
{
"type": "string"
},
{
"$ref": "#/components/schemas/Direction"
},
{
"$ref": "#/components/schemas/DealStats"
}
],
"maxItems": 2,
"maxItems": 3,
"type": "array",
"minItems": 2
"minItems": 3
},
"tag": {
"type": "string",
Expand Down

0 comments on commit b7ec567

Please sign in to comment.