Skip to content

Commit

Permalink
chore(prisma): upgrade prisma to v5.9.1 (#1171)
Browse files Browse the repository at this point in the history
  • Loading branch information
steebchen committed Feb 2, 2024
1 parent 3f12894 commit 111bcf8
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.9.0"
const PrismaVersion = "5.9.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 111bcf8

Please sign in to comment.