From 17e7d4534cee448f70d1230b81d3fb2808bc256f Mon Sep 17 00:00:00 2001 From: steebchen Date: Wed, 2 Aug 2023 15:41:39 +0200 Subject: [PATCH] feat(prisma): upgrade prisma to 5.1.0 --- binaries/binaries.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/binaries/binaries.go b/binaries/binaries.go index 392b2363f..3c9190310 100644 --- a/binaries/binaries.go +++ b/binaries/binaries.go @@ -14,11 +14,11 @@ import ( ) // PrismaVersion is a hardcoded version of the Prisma CLI. -const PrismaVersion = "5.0.0" +const PrismaVersion = "5.1.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 = "6b0aef69b7cdfc787f822ecd7cdc76d5f1991584" +const EngineVersion = "a9b7003df90aa623086e4d6f4e43c72468e6339b" // PrismaURL points to an S3 bucket URL where the CLI binaries are stored. var PrismaURL = "https://packaged-cli.prisma.sh/%s-%s-%s-%s.gz"