Explorar o código

Increment native driver version with these changes
Docker-DCO-1.1-Signed-off-by: Michael Crosby <michael@crosbymichael.com> (github: crosbymichael)

Michael Crosby %!s(int64=11) %!d(string=hai) anos
pai
achega
2d6c367434
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      daemon/execdriver/native/driver.go

+ 1 - 1
daemon/execdriver/native/driver.go

@@ -23,7 +23,7 @@ import (
 
 const (
 	DriverName                = "native"
-	Version                   = "0.1"
+	Version                   = "0.2"
 	BackupApparmorProfilePath = "apparmor/docker.back" // relative to docker root
 )