mirror of https://github.com/docker/docs.git
Increment native driver version with these changes
Docker-DCO-1.1-Signed-off-by: Michael Crosby <michael@crosbymichael.com> (github: crosbymichael)
This commit is contained in:
parent
7a0b361066
commit
2d6c367434
|
@ -23,7 +23,7 @@ import (
|
|||
|
||||
const (
|
||||
DriverName = "native"
|
||||
Version = "0.1"
|
||||
Version = "0.2"
|
||||
BackupApparmorProfilePath = "apparmor/docker.back" // relative to docker root
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue