Skip to content

Commit fda06cf

Browse files
committed
Update default DEP version from 3 to 7. Resolves #15
1 parent 21cb83c commit fda06cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/transport.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const (
1616
ADMAuthSession = "X-ADM-Auth-Session"
1717
ServerProtocolVersion = "X-Server-Protocol-Version"
1818

19-
DefaultServerProtocolVersion = "3"
19+
DefaultServerProtocolVersion = "7"
2020

2121
SessionEndpoint = "/session"
2222

0 commit comments

Comments
 (0)