We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e1894e9 + 7e9df05 commit 6ab0441Copy full SHA for 6ab0441
1 file changed
deis.go
@@ -92,7 +92,7 @@ type Client struct {
92
// controller is unsafe.
93
//
94
// If the SDK detects an API version mismatch, it will return ErrAPIMismatch.
95
-const APIVersion = "2.1"
+const APIVersion = "2.2"
96
97
var (
98
// ErrAPIMismatch occurs when the sdk is using a different api version than the deis.
0 commit comments