Skip to content

Commit 6ab0441

Browse files
authored
Merge pull request #59 from mboersma/bump-api-version
chore(deis.go): bump api version to 2.2
2 parents e1894e9 + 7e9df05 commit 6ab0441

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

deis.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ type Client struct {
9292
// controller is unsafe.
9393
//
9494
// If the SDK detects an API version mismatch, it will return ErrAPIMismatch.
95-
const APIVersion = "2.1"
95+
const APIVersion = "2.2"
9696

9797
var (
9898
// ErrAPIMismatch occurs when the sdk is using a different api version than the deis.

0 commit comments

Comments
 (0)