From 7625d4ad91b40028575d2f811ff12ce5f1622010 Mon Sep 17 00:00:00 2001 From: Kent Rancourt Date: Fri, 12 Nov 2021 20:24:09 -0500 Subject: [PATCH] switch to the stable api Signed-off-by: Kent Rancourt --- src/meta/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/meta/index.ts b/src/meta/index.ts index 750a262..ae2a1b9 100644 --- a/src/meta/index.ts +++ b/src/meta/index.ts @@ -1,4 +1,4 @@ export * from "./lists" export * from "./objects" -export const APIVersion = "brigade.sh/v2-beta" +export const APIVersion = "brigade.sh/v2"