From 598e6710f404ea44c4295fea50ebabe4a3fbfd05 Mon Sep 17 00:00:00 2001 From: EnumDev Date: Sun, 4 Jan 2026 17:19:49 +0200 Subject: [PATCH] bpm-setup: set revision number on package creation --- src/bpm-setup/main.go | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bpm-setup/main.go b/src/bpm-setup/main.go index ba3d9b6..3f1e4da 100644 --- a/src/bpm-setup/main.go +++ b/src/bpm-setup/main.go @@ -123,6 +123,7 @@ func createDirectory() { Name: *name, Description: *description, Version: *version, + Revision: 1, Url: *url, License: *license, Arch: "any",