Skip to content

Commit

Permalink
feat(prisma): upgrade to 2.23.0 (#484)
Browse files Browse the repository at this point in the history
  • Loading branch information
steebchen authored May 20, 2021
1 parent 52260f9 commit fa12519
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.22.1"
const PrismaVersion = "2.23.0"

// 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 = "60cc71d884972ab4e897f0277c4b84383dddaf6c"
const EngineVersion = "adf5e8cba3daf12d456d911d72b6e9418681b28b"

// 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 fa12519

Please sign in to comment.