mirror of
https://github.com/psviderski/uncloud.git
synced 2026-08-26 11:03:34 +00:00
chore(grpc): update min client/server versions to 0.20.0
This commit is contained in:
@@ -31,9 +31,8 @@ const (
|
|||||||
//
|
//
|
||||||
// The two minimums are independent: a client might require a newer daemon for new
|
// The two minimums are independent: a client might require a newer daemon for new
|
||||||
// features, while that same daemon could still handle requests from older clients.
|
// features, while that same daemon could still handle requests from older clients.
|
||||||
// TODO: update to 0.20.0 before releasing 0.20.0.
|
MinClientVersion = "0.20.0"
|
||||||
MinClientVersion = "0.20.0-nightly"
|
MinServerVersion = "0.20.0"
|
||||||
MinServerVersion = "0.20.0-nightly"
|
|
||||||
|
|
||||||
ReleaseURL = "https://github.com/psviderski/uncloud/releases/latest"
|
ReleaseURL = "https://github.com/psviderski/uncloud/releases/latest"
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user