1
0
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:
David Calavera
2015-07-24 18:10:57 -07:00
parent 5bdd4d0ec4
commit 0eb88a0751
3 changed files with 2282 additions and 4 deletions

View File

@ -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"