diff --git a/Hastructure.cabal b/Hastructure.cabal index 2a158b9..5918f75 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.14 +version: 0.41.0 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 e690a13..981c500 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.14" +version1 = Version "0.41.0" diff --git a/package.yaml b/package.yaml index fcfde8e..023d99c 100644 --- a/package.yaml +++ b/package.yaml @@ -1,5 +1,5 @@ name: Hastructure -version: 0.40.14 +version: 0.41.0 github: "yellowbean/Hastructure" license: BSD3 author: "Xiaoyu"