Skip to content

Commit

Permalink
chore(prisma): upgrade prisma to v6.0.1 (#1419)
Browse files Browse the repository at this point in the history
  • Loading branch information
steebchen authored Dec 3, 2024
1 parent 25ee66c commit f5123f3
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 = "6.0.0"
const PrismaVersion = "6.0.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 f5123f3

Please sign in to comment.