diff --git a/Hastructure.cabal b/Hastructure.cabal index 3fad1e5..b6cc86b 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.4 +version: 0.40.9 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 47cb707..c34bda5 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.5" +version1 = Version "0.40.9" diff --git a/package.yaml b/package.yaml index 10f116f..5a5f03b 100644 --- a/package.yaml +++ b/package.yaml @@ -1,5 +1,5 @@ name: Hastructure -version: 0.40.4 +version: 0.40.9 github: "yellowbean/Hastructure" license: BSD3 author: "Xiaoyu"