Release version 0.6

Change-Id: Iac2eccf6046de546c3ea4ae9fecb67b78b2d2df7
diff --git a/vland.py b/vland.py
index 8c87d35..2c44510 100755
--- a/vland.py
+++ b/vland.py
@@ -38,7 +38,7 @@
     """ Simple container for stuff to make for nicer syntax """
 
 state = DaemonState()
-state.version = "0.6-DEV"
+state.version = "0.6"
 state.banner = "Linaro VLANd version %s" % state.version
 state.starttime = time.time()
 state.vis = None