From 90697d77a544549fa43f56f0b4418413b6bad2d9 Mon Sep 17 00:00:00 2001 From: Taloth Saldono Date: Sun, 7 Mar 2021 23:27:22 +0100 Subject: [PATCH] Bumped package version for main --- version.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.sh b/version.sh index 962dd2550..c6c385db2 100644 --- a/version.sh +++ b/version.sh @@ -1,7 +1,7 @@ #! /bin/bash # Increment packageVersion when package scripts change -packageVersion='3.0.4' +packageVersion='3.0.5' # For now we keep the build version and package version the same buildVersion=$packageVersion