From ad6371f13f7c20c36aaa7493bb83f2b8404499b2 Mon Sep 17 00:00:00 2001 From: Luca Steeb Date: Wed, 31 Jan 2024 16:37:16 +0700 Subject: [PATCH] chore(prisma): upgrade prisma to v5.9.0 (#1167) Co-authored-by: steebchen --- binaries/version.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/binaries/version.go b/binaries/version.go index 313f1611..9c547cda 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.8.1" +const PrismaVersion = "5.9.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 = "78caf6feeaed953168c64e15a249c3e9a033ebe2" +const EngineVersion = "23fdc5965b1e05fc54e5f26ed3de66776b93de64"