From 7debfb60ae168738d2a128d53833643e31e5055f 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, 19 Oct 2023 09:29:28 -0700 Subject: [PATCH] chore: bump version number to 1.0.12 (#1551) 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 5d76f7f2d..09df27202 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.11" + appBuildVersion: "1.0.12" on: workflow_dispatch: