mirror of
https://github.com/moby/moby.git
synced 2025-07-30 18:23:29 +03:00
Bump api version to 1.21.
Signed-off-by: David Calavera <david.calavera@gmail.com>
This commit is contained in:
@ -17,7 +17,7 @@ import (
|
||||
// Common constants for daemon and client.
|
||||
const (
|
||||
// Current REST API version
|
||||
Version version.Version = "1.20"
|
||||
Version version.Version = "1.21"
|
||||
|
||||
// Minimun REST API version supported
|
||||
MinVersion version.Version = "1.12"
|
||||
|
Reference in New Issue
Block a user