mirror of
https://github.com/minio/minio.git
synced 2025-11-09 13:39:46 -05:00
Move rpc version to 2.0.0 to align with backend migration (#5575)
Fixes #5574
This commit is contained in:
@@ -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.
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user