From 0725151dcdd64228f1cdc8a776d5630eac7f17d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9cio=20Varj=C3=A3o?= <1348549+cvarjao@users.noreply.github.com> Date: Thu, 22 Jun 2023 11:47:20 -0700 Subject: [PATCH] chore: bump version number to 1.0.9 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Clécio Varjão <1348549+cvarjao@users.noreply.github.com> --- .github/workflows/main.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index a38170df3..845b8e81f 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -3,7 +3,7 @@ name: Native Build & Test env: cacheId: "11" # increment to expire the cache appBuildNumber: ${{ github.run_number }} - appBuildVersion: "1.0.9" + appBuildVersion: "1.0.10" on: workflow_dispatch: