From c9c8576da307e35e6d6da50e1110e0b05b714d08 Mon Sep 17 00:00:00 2001 From: Graham Gilbert Date: Wed, 29 May 2024 09:20:48 -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 368fefe..307d200 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: 1.1.1 # hardcoded for now until we figure out how we want to tackle this + VERSION: 1.1.2 # hardcoded for now until we figure out how we want to tackle this on: [workflow_dispatch]