Skip to content

Commit

Permalink
chore(prisma): upgrade prisma to v5.15.0 (#1288)
Browse files Browse the repository at this point in the history
  • Loading branch information
steebchen authored Jun 5, 2024
1 parent f1f015f commit aeb9cdc
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.14.0"
const PrismaVersion = "5.15.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 = "e9771e62de70f79a5e1c604a2d7c8e2a0a874b48"
const EngineVersion = "12e25d8d06f6ea5a0252864dd9a03b1bb51f3022"

0 comments on commit aeb9cdc

Please sign in to comment.