mirror of
https://github.com/containers/podman.git
synced 2025-06-19 08:09:12 +08:00
Refactor version handling in cmd tree
* Move from simple string to semver objects * Change client API Version from '1' to 2.0.0 Signed-off-by: Jhon Honce <jhonce@redhat.com>
This commit is contained in:
@ -22,5 +22,5 @@ var (
|
||||
PFalse = &pFalse
|
||||
|
||||
// APIVersion - podman will fail to run if this value is wrong
|
||||
APIVersion = semver.MustParse("1.0.0")
|
||||
APIVersion = semver.MustParse("2.0.0")
|
||||
)
|
||||
|
Reference in New Issue
Block a user