Skip to content

Commit

Permalink
feat(prisma): upgrade prisma to 2.16.1 patch release (#392)
Browse files Browse the repository at this point in the history
  • Loading branch information
steebchen authored Feb 9, 2021
1 parent 027614c commit 0b69d80
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 = "2.16.0"
const PrismaVersion = "2.16.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 = "854c8ba7f0dce66f115af36af24e66989a8c02a1"
const EngineVersion = "8b74ad57aaf2cc6c155f382a18a8e3ba95aceb03"

// 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 0b69d80

Please sign in to comment.