Skip to content

Commit

Permalink
chore(prisma): upgrade prisma to v5.22.0 (#1407)
Browse files Browse the repository at this point in the history
  • Loading branch information
steebchen authored Nov 6, 2024
1 parent c8f568f commit 67c12ec
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 = "5.21.1"
const PrismaVersion = "5.22.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 = "bf0e5e8a04cada8225617067eaa03d041e2bba36"
const EngineVersion = "605197351a3c8bdd595af2d2a9bc3025bca48ea2"

0 comments on commit 67c12ec

Please sign in to comment.