Skip to content

Commit e286df0

Browse files
chore(deis): bump api version for latest release (#23)
1 parent ac8f6dc commit e286df0

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
@@ -31,7 +31,7 @@ type Client struct {
3131
}
3232

3333
// APIVersion is the api version the sdk is compatible with.
34-
const APIVersion = "2.0"
34+
const APIVersion = "2.1"
3535

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

0 commit comments

Comments
 (0)