From 53401d6962ed934d4579e6b9630535f7067a0d43 Mon Sep 17 00:00:00 2001 From: Leo Arias Date: Tue, 29 Aug 2017 07:14:07 -0600 Subject: [PATCH] Use git for the snap version (#6271) For commits with an annotated tag, that tag will be the version. For other commits, a git identifier will be used. This way, there is no need to manually edit the snap version. --- snap/snapcraft.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 3f4cf80ea..2dfa984c1 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -1,5 +1,5 @@ name: parity -version: master +version: git summary: Fast, light, robust Ethereum implementation description: | Parity's goal is to be the fastest, lightest, and most secure Ethereum