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"