From 4654e3060afd0c96d366949dd8aeb011f74c8b64 Mon Sep 17 00:00:00 2001 From: Xiaoyu Date: Mon, 20 Nov 2023 23:26:08 +0800 Subject: [PATCH] bump version to-> < 0.23.3 > --- app/Main.hs | 2 +- swagger.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/Main.hs b/app/Main.hs index f9c0157c..210cfdc0 100644 --- a/app/Main.hs +++ b/app/Main.hs @@ -93,7 +93,7 @@ $(deriveJSON defaultOptions ''Version) instance ToSchema Version version1 :: Version -version1 = Version "0.23.2" +version1 = Version "0.23.3" data PoolType = MPool (P.Pool AB.Mortgage) | LPool (P.Pool AB.Loan) diff --git a/swagger.json b/swagger.json index 8e24ab3d..4b2c44a5 100644 --- a/swagger.json +++ b/swagger.json @@ -12770,7 +12770,7 @@ } }, "info": { - "version": "0.23.1", + "version": "0.23.2", "title": "Hastructure API", "license": { "name": "BSD 3"