Skip to content

Commit 7e9df05

Browse files
committed
chore(deis.go): bump api version to 2.2
1 parent a135e5a commit 7e9df05

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)