From f4519cbc569f1c5ee216d4c45c90060a27bb7aa2 Mon Sep 17 00:00:00 2001 From: wolfy1339 <4595477+wolfy1339@users.noreply.github.com> Date: Sat, 24 Feb 2024 14:21:28 -0500 Subject: [PATCH] feat: add GHES 3.12 (#133) --- schema.graphql | 1 + 1 file changed, 1 insertion(+) diff --git a/schema.graphql b/schema.graphql index b8323d4..2bacad0 100644 --- a/schema.graphql +++ b/schema.graphql @@ -59,6 +59,7 @@ enum GitHubEnterpriseVersion { GHE_39 GHE_310 GHE_311 + GHE_312 GHEC }