From 023a9b4be6471f3edda4c1440b318a2d9999d682 Mon Sep 17 00:00:00 2001 From: Zach Wasserman Date: Thu, 26 May 2022 17:26:00 -0700 Subject: [PATCH] Update Fleet Desktop version to 0.0.2 (#5932) --- .github/workflows/generate-desktop-targets.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/generate-desktop-targets.yml b/.github/workflows/generate-desktop-targets.yml index c772201672..acc944e339 100644 --- a/.github/workflows/generate-desktop-targets.yml +++ b/.github/workflows/generate-desktop-targets.yml @@ -14,7 +14,7 @@ on: workflow_dispatch: env: - FLEET_DESKTOP_VERSION: 0.0.1 + FLEET_DESKTOP_VERSION: 0.0.2 permissions: contents: read @@ -110,4 +110,4 @@ jobs: uses: actions/upload-artifact@6673cd052c4cd6fcf4b4e6e60ea986c889389535 # v2 with: name: desktop.tar.gz - path: desktop.tar.gz \ No newline at end of file + path: desktop.tar.gz