From fa12519ebbc28a7639f8bf97abab8f99bbc78b4f Mon Sep 17 00:00:00 2001 From: Luca Steeb Date: Thu, 20 May 2021 22:18:50 +0700 Subject: [PATCH] feat(prisma): upgrade to 2.23.0 (#484) --- binaries/binaries.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/binaries/binaries.go b/binaries/binaries.go index d1b95a15..5dac79a1 100644 --- a/binaries/binaries.go +++ b/binaries/binaries.go @@ -16,11 +16,11 @@ import ( ) // PrismaVersion is a hardcoded version of the Prisma CLI. -const PrismaVersion = "2.22.1" +const PrismaVersion = "2.23.0" // EngineVersion is a hardcoded version of the Prisma Engine. // The versions can be found under https://github.com/prisma/prisma-engine/commits/master. -const EngineVersion = "60cc71d884972ab4e897f0277c4b84383dddaf6c" +const EngineVersion = "adf5e8cba3daf12d456d911d72b6e9418681b28b" // PrismaURL points to an S3 bucket URL where the CLI binaries are stored. var PrismaURL = "https://prisma-photongo.s3-eu-west-1.amazonaws.com/%s-%s-%s.gz"