Browse code

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

Michael Crosby authored on 2014/04/12 00:31:45
Showing 1 changed files
... ...
@@ -23,7 +23,7 @@ import (
23 23
 
24 24
 const (
25 25
 	DriverName                = "native"
26
-	Version                   = "0.1"
26
+	Version                   = "0.2"
27 27
 	BackupApparmorProfilePath = "apparmor/docker.back" // relative to docker root
28 28
 )
29 29