From 29bd88b54ec82caa07dcbbc231118bfab3e5530a Mon Sep 17 00:00:00 2001 From: steebchen Date: Wed, 31 Jan 2024 00:05:24 +0000 Subject: [PATCH] chore(prisma): upgrade prisma to v5.9.0 --- binaries/version.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/binaries/version.go b/binaries/version.go index 313f1611c..9c547cdaa 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"