From 35b05e79995332d4e138012df0f41dd9099f96d4 Mon Sep 17 00:00:00 2001 From: steebchen <5013932+steebchen@users.noreply.github.com> Date: Wed, 19 Jun 2024 00:06:01 +0000 Subject: [PATCH] chore(prisma): upgrade prisma to v5.15.1 --- binaries/version.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/binaries/version.go b/binaries/version.go index 9789456b..ff645577 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.15.0" +const PrismaVersion = "5.15.1" // 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 = "12e25d8d06f6ea5a0252864dd9a03b1bb51f3022" +const EngineVersion = "5675a3182f972f1a8f31d16eee6abf4fd54910e3"