Skip to content

Commit

Permalink
chore(prisma): upgrade prisma to v5.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
steebchen authored and github-actions[bot] committed Jun 19, 2024
1 parent 8689bc3 commit 35b05e7
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.15.0"
const PrismaVersion = "5.15.1"

// 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 = "12e25d8d06f6ea5a0252864dd9a03b1bb51f3022"
const EngineVersion = "5675a3182f972f1a8f31d16eee6abf4fd54910e3"

0 comments on commit 35b05e7

Please sign in to comment.