diff --git a/Hastructure.cabal b/Hastructure.cabal index ed9e26a..4eb4513 100644 --- a/Hastructure.cabal +++ b/Hastructure.cabal @@ -5,7 +5,7 @@ cabal-version: 1.12 -- see: https://github.com/sol/hpack name: Hastructure -version: 0.40.9 +version: 0.40.10 description: Please see the README on GitHub at category: StructuredFinance;Securitisation;Cashflow homepage: https://github.com/yellowbean/Hastructure#readme diff --git a/app/Main.hs b/app/Main.hs index c34bda5..9a33209 100644 --- a/app/Main.hs +++ b/app/Main.hs @@ -115,7 +115,7 @@ $(deriveJSON defaultOptions ''Version) instance ToSchema Version version1 :: Version -version1 = Version "0.40.9" +version1 = Version "0.40.10" diff --git a/package.yaml b/package.yaml index 5a5f03b..f194ba3 100644 --- a/package.yaml +++ b/package.yaml @@ -1,5 +1,5 @@ name: Hastructure -version: 0.40.9 +version: 0.40.10 github: "yellowbean/Hastructure" license: BSD3 author: "Xiaoyu"