Skip to content

Commit

Permalink
chore(prisma): upgrade prisma to v6.1.0 (#1429)
Browse files Browse the repository at this point in the history
  • Loading branch information
steebchen authored Dec 18, 2024
1 parent 1ec65aa commit 3e3b24b
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 = "6.0.1"
const PrismaVersion = "6.1.0"

// 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 = "5dbef10bdbfb579e07d35cc85fb1518d357cb99e"
const EngineVersion = "11f085a2012c0f4778414c8db2651556ee0ef959"

0 comments on commit 3e3b24b

Please sign in to comment.