diff --git a/debian/changelog b/debian/changelog index 386dbaf..34ce970 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -camper (1.5~git00000000000000.0000000-1) bookworm; urgency=medium +camper (1.6~git00000000000000.0000000-1) bookworm; urgency=medium * Initial release diff --git a/pkg/build/version.go b/pkg/build/version.go index 92deed6..a87b2a4 100644 --- a/pkg/build/version.go +++ b/pkg/build/version.go @@ -1,3 +1,3 @@ package build -const Version = "1.5~git" +const Version = "1.6~git" diff --git a/sqitch.plan b/sqitch.plan index 880ea11..de27c47 100644 --- a/sqitch.plan +++ b/sqitch.plan @@ -274,3 +274,4 @@ payment__acsi_card [payment] 2024-03-14T18:24:44Z jordi fita mas # Remove the acsi_card parameter from ready_payment payment_customer__-acsi_card [payment__acsi_card] 2024-03-14T18:43:31Z jordi fita mas # Remove the acsi_card field from payment_customer draft_payment [draft_payment@v5 acsi acsi_calendar acsi_option payment__acsi_card payment_customer__-acsi_card] 2024-03-14T18:05:25Z jordi fita mas # Include ACSI in payment drafting computation +@v6 2024-03-20T17:10:00Z jordi fita mas # Tag version 6