From 41e9cc67f92a58b244d5c91c313f3676ec24f116 Mon Sep 17 00:00:00 2001 From: Luca Steeb Date: Tue, 3 Sep 2024 01:20:04 +0100 Subject: [PATCH] chore(prisma): upgrade prisma to v5.19.1 (#1347) --- binaries/version.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/binaries/version.go b/binaries/version.go index 2e46fd77..06e5998b 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.19.0" +const PrismaVersion = "5.19.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 = "5fe21811a6ba0b952a3bc71400666511fe3b902f" +const EngineVersion = "69d742ee20b815d88e17e54db4a2a7a3b30324e3"