Skip to content

Commit

Permalink
chore(prisma): upgrade prisma to v5.12.0 (#1232)
Browse files Browse the repository at this point in the history
  • Loading branch information
steebchen committed Apr 3, 2024
1 parent eed973f commit d7503a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions binaries/version.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package binaries

// PrismaVersion is a hardcoded version of the Prisma CLI.
const PrismaVersion = "5.11.0"
const PrismaVersion = "5.12.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 = "efd2449663b3d73d637ea1fd226bafbcf45b3102"
const EngineVersion = "473ed3124229e22d881cb7addf559799debae1ab"

0 comments on commit d7503a5

Please sign in to comment.