From 685082692783b0ab1fc9152dda9d96028ff6f27c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9cio=20Varj=C3=A3o?= <1348549+cvarjao@users.noreply.github.com> Date: Mon, 2 Dec 2024 09:51:23 -0800 Subject: [PATCH] chore: bump version number to 1.0.22 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit chore: bump version number to 1.0.22 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 82c00815..3714ab20 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -2,7 +2,7 @@ name: Native Build & Test env: appBuildNumber: ${{ github.run_number }} - appBuildVersion: "1.0.21" + appBuildVersion: "1.0.22" on: workflow_dispatch: