Skip to content

Commit

Permalink
feat(prisma): upgrade prisma to 3.1.1 (#584)
Browse files Browse the repository at this point in the history
  • Loading branch information
steebchen authored Sep 21, 2021
1 parent 8018ecd commit 8e57968
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions binaries/binaries.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ import (
)

// PrismaVersion is a hardcoded version of the Prisma CLI.
const PrismaVersion = "3.0.2"
const PrismaVersion = "3.1.1"

// EngineVersion is a hardcoded version of the Prisma Engine.
// The versions can be found under https://github.com/prisma/prisma-engine/commits/master.
const EngineVersion = "2452cc6313d52b8b9a96999ac0e974d0aedf88db"
// The versions can be found under https://github.com/prisma/prisma-engines/commits/master
const EngineVersion = "c22652b7e418506fab23052d569b85d3aec4883f"

// PrismaURL points to an S3 bucket URL where the CLI binaries are stored.
var PrismaURL = "https://prisma-photongo.s3-eu-west-1.amazonaws.com/%s-%s-%s.gz"
Expand Down

0 comments on commit 8e57968

Please sign in to comment.