Skip to content

Commit

Permalink
chore(prisma): upgrade prisma to v5.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
steebchen authored and github-actions[bot] committed Feb 21, 2024
1 parent 775eee3 commit 196f730
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.0"
const PrismaVersion = "5.10.1"

// 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 196f730

Please sign in to comment.