Skip to content

Commit

Permalink
feat(prisma): upgrade prisma to 3.3.0 (#642)
Browse files Browse the repository at this point in the history
  • Loading branch information
steebchen authored Oct 20, 2021
1 parent 470c011 commit 6d3749e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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.1.1"
const PrismaVersion = "3.3.0"

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

// 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 6d3749e

Please sign in to comment.