From f9cfa83bc87ada84a594935440c357d8fc3e0685 Mon Sep 17 00:00:00 2001 From: yellowbean Date: Fri, 6 Dec 2024 14:30:52 +0800 Subject: [PATCH] bump version to-> < 0.40.5 > --- Hastructure.cabal | 2 +- app/Main.hs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Hastructure.cabal b/Hastructure.cabal index d7332946..f0e82255 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.26.5 +version: 0.40.5 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 c5403ac2..47cb7075 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.4" +version1 = Version "0.40.5"