From 4ca6677e3661c970f471777fb43703b2bfcac5ca Mon Sep 17 00:00:00 2001 From: yellowbean Date: Thu, 12 Dec 2024 08:01:29 +0800 Subject: [PATCH] bump version to-> < 0.40.9 > --- Hastructure.cabal | 2 +- app/Main.hs | 2 +- package.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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"