Skip to content

Commit

Permalink
chore(prisma): upgrade prisma to v5.10.2 (#1197)
Browse files Browse the repository at this point in the history
  • Loading branch information
steebchen authored Feb 22, 2024
1 parent 92e5206 commit 689aa86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion binaries/version.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package binaries

// PrismaVersion is a hardcoded version of the Prisma CLI.
const PrismaVersion = "5.10.1"
const PrismaVersion = "5.10.2"

// EngineVersion is a hardcoded version of the Prisma Engine.
// The versions can be found under https://github.com/prisma/prisma-engines/commits/main
Expand Down

0 comments on commit 689aa86

Please sign in to comment.