From 2639c069bc970c148024a42cb61f5f8611a58c4b Mon Sep 17 00:00:00 2001 From: Mark McDowall Date: Mon, 6 Mar 2023 10:28:17 -0800 Subject: [PATCH] Bumped package version to 3.0.10 --- version.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.sh b/version.sh index 891884870..6795970fe 100644 --- a/version.sh +++ b/version.sh @@ -1,7 +1,7 @@ #! /bin/bash # Increment packageVersion when package scripts change -packageVersion='3.0.9' +packageVersion='3.0.10' # For now we keep the build version and package version the same buildVersion=$packageVersion