From daeaa00440f71c875ce468b76148c760f626a573 Mon Sep 17 00:00:00 2001 From: Graham Gilbert Date: Mon, 29 Apr 2024 10:04:20 -0700 Subject: [PATCH] Update build_macadmins_extension.yml --- .github/workflows/build_macadmins_extension.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_macadmins_extension.yml b/.github/workflows/build_macadmins_extension.yml index 10e1e95..4da6d80 100644 --- a/.github/workflows/build_macadmins_extension.yml +++ b/.github/workflows/build_macadmins_extension.yml @@ -1,7 +1,7 @@ name: Build MacAdmins OSQuery Extension (Manual) env: - VERSION: 2024.04.29 # hardcoded for now until we figure out how we want to tackle this + VERSION: 1.0.0 # hardcoded for now until we figure out how we want to tackle this on: [workflow_dispatch]