From 1dabfc3cd065c097e9f42c2d2370a74ae591c157 Mon Sep 17 00:00:00 2001 From: steebchen <5013932+steebchen@users.noreply.github.com> Date: Wed, 3 Apr 2024 17:26:26 +0000 Subject: [PATCH] chore(prisma): upgrade prisma to v5.12.0 --- binaries/version.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/binaries/version.go b/binaries/version.go index 0b3e333e..04f7d886 100644 --- a/binaries/version.go +++ b/binaries/version.go @@ -1,8 +1,8 @@ package binaries // PrismaVersion is a hardcoded version of the Prisma CLI. -const PrismaVersion = "5.11.0" +const PrismaVersion = "5.12.0" // EngineVersion is a hardcoded version of the Prisma Engine. // The versions can be found under https://github.com/prisma/prisma-engines/commits/main -const EngineVersion = "efd2449663b3d73d637ea1fd226bafbcf45b3102" +const EngineVersion = "473ed3124229e22d881cb7addf559799debae1ab"