We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac8f6dc commit e286df0Copy full SHA for e286df0
1 file changed
deis.go
@@ -31,7 +31,7 @@ type Client struct {
31
}
32
33
// APIVersion is the api version the sdk is compatible with.
34
-const APIVersion = "2.0"
+const APIVersion = "2.1"
35
36
var (
37
// ErrAPIMismatch occurs when the sdk is using a different api version than the deis.
0 commit comments