From 69076903e88bc0d11d7a435abed2b7878b67b2ad Mon Sep 17 00:00:00 2001 From: jordi fita mas Date: Thu, 30 Jan 2025 11:42:28 +0100 Subject: [PATCH] Tag version 3; bump version to 1.4 --- pkg/build.go | 2 +- sqitch.plan | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/pkg/build.go b/pkg/build.go index e7d7fd0..6449822 100644 --- a/pkg/build.go +++ b/pkg/build.go @@ -1,3 +1,3 @@ package pkg -const Version = "1.1~git" +const Version = "1.4~git" diff --git a/sqitch.plan b/sqitch.plan index c727778..fc5c00c 100644 --- a/sqitch.plan +++ b/sqitch.plan @@ -168,3 +168,4 @@ attach_to_collection [roles schema_numerus collection collection_attachment] 202 remove_collection [roles schema_numerus invoice_collection collection collection_attachment update_invoice_collection_status] 2024-08-20T00:47:27Z jordi fita mas # Add function to remove collections edit_invoice [edit_invoice@v2] 2024-08-26T08:18:08Z jordi fita mas # Remove the invoice_status parameter from edit_invoice remove_expense [roles schema_numerus expense_tax expense_attachment expense] 2024-09-08T21:42:51Z jordi fita mas # Add function to remove expenses +@v3 2025-01-30T10:39:55Z jordi fita mas # Tag version 3