From 919e46c0bba14e04ef5196e5eec81bb4000cc48e Mon Sep 17 00:00:00 2001 From: Leo Arias Date: Wed, 28 Jun 2017 17:09:10 -0600 Subject: [PATCH] Use the latest git tag as the snap version With this change it's easier to automate the continuous delivery of the snap, because when a verified tag is pushed to the repo the snap will get that version. There will be no need to manually change the version in the snapcraft.yaml. --- snapcraft.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snapcraft.yaml b/snapcraft.yaml index e646088..c42d743 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -1,5 +1,5 @@ name: wormhole -version: master +version: git summary: get things from one computer to another, safely description: | This package provides a library and a command-line tool named wormhole,