Skip to content

Commit

Permalink
chore(prisma): upgrade prisma to v5.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
steebchen authored Dec 19, 2023
1 parent 0565ca0 commit 5609c2e
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.7.0"
const PrismaVersion = "5.7.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 = "79fb5193cf0a8fdbef536e4b4a159cad677ab1b9"
const EngineVersion = "0ca5ccbcfa6bdc81c003cf549abe4269f59c41e5"

0 comments on commit 5609c2e

Please sign in to comment.