mirror of
https://github.com/minio/minio.git
synced 2024-12-25 06:35:56 -05:00
Move rpc version to 2.0.0 to align with backend migration (#5575)
Fixes #5574
This commit is contained in:
parent
7cc678c653
commit
5204a754db
@ -52,7 +52,7 @@ func TestLogin(t *testing.T) {
|
||||
{
|
||||
args: LoginRPCArgs{
|
||||
AuthToken: token,
|
||||
Version: semVersion{2, 0, 0},
|
||||
Version: semVersion{3, 0, 0},
|
||||
},
|
||||
skewTime: 0,
|
||||
expectedErr: errRPCAPIVersionUnsupported,
|
||||
|
@ -171,8 +171,8 @@ var (
|
||||
// Set to store standard storage class
|
||||
globalStandardStorageClass storageClass
|
||||
|
||||
// RPC version.
|
||||
globalRPCAPIVersion = semVersion{1, 0, 0}
|
||||
// Current RPC version
|
||||
globalRPCAPIVersion = semVersion{2, 0, 0}
|
||||
|
||||
// Add new variable global values here.
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user