From 6f5bbaf871221f0283000bc04bdad090ebe848f7 Mon Sep 17 00:00:00 2001 From: Ondrej Kubik Date: Tue, 8 Aug 2017 20:22:57 +0000 Subject: use version scriptlet instead of hardcoded version Signed-off-by: Ondrej Kubik --- snapcraft.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/snapcraft.yaml b/snapcraft.yaml index 19f50d42..5df6b1cd 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -1,5 +1,6 @@ name: wekan -version: "0.32-SNAPSHOT" +version: 0 +version-script: git describe --dirty --tags | cut -c 2- summary: The open-source Trello-like kanban description: | Wekan is an open-source and collaborative kanban board application. -- cgit v1.2.3-1-g7c22