Skip to content

Commit

Permalink
chore(prisma): upgrade prisma to v5.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
steebchen authored and github-actions[bot] committed Jul 17, 2024
1 parent dc623ee commit d28b877
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.16.2"
const PrismaVersion = "5.17.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 = "34ace0eb2704183d2c05b60b52fba5c43c13f303"
const EngineVersion = "393aa359c9ad4a4bb28630fb5613f9c281cde053"

0 comments on commit d28b877

Please sign in to comment.