chore(grpc): update min client/server versions to 0.20.0

This commit is contained in:
Pasha Sviderski
2026-06-26 20:53:42 +10:00
parent a5d73fe4d7
commit 15e3e32b47
+2 -3
View File
@@ -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"
) )