From ec74e9bce00554658584952a18a9dfc4218909b7 Mon Sep 17 00:00:00 2001 From: Taloth Saldono Date: Sun, 14 Jul 2019 21:43:27 +0200 Subject: [PATCH] Incremented package version --- version.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.sh b/version.sh index 92237f6bc..9427be711 100644 --- a/version.sh +++ b/version.sh @@ -1,7 +1,7 @@ #! /bin/bash # Increment packageVersion when package scripts change -packageVersion='3.0.1' +packageVersion='3.0.2' # For now we keep the build version and package version the same buildVersion=$packageVersion