From c8621e4b9725fdac8ce25205f081225b15cbbc58 Mon Sep 17 00:00:00 2001 From: Simon Fels Date: Sat, 27 May 2017 20:35:52 +0200 Subject: [PATCH] Bump snap version to 3 --- snapcraft.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snapcraft.yaml b/snapcraft.yaml index eebe70d0..76abb6e1 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -3,7 +3,7 @@ name: anbox # passed down into cmake and assigned to an integer variable which # can be used for version number comparision inside the code base # to accomondate for any breaking changes. -version: 2 +version: 3 summary: Android in a Box description: | Runtime for Android applications which runs a full Android system -- GitLab