aboutsummaryrefslogtreecommitdiff
path: root/vland.py
diff options
context:
space:
mode:
authorSteve McIntyre <steve.mcintyre@linaro.org>2018-02-02 16:49:55 +0000
committerSteve McIntyre <steve.mcintyre@linaro.org>2018-02-02 16:49:55 +0000
commita6b485d55a1a9023950c71dbb06b44705d556e5c (patch)
tree0e35a99debd0f6005b07c2be6b5900b908e815f4 /vland.py
parent8e99c5f430aab1f03e16c35b9e2a00e66aadcf7f (diff)
Update docs and versioning for the new release
Change-Id: Ia5bbe4cdeaf4d5f349361519b0ef10587f28dd30
Diffstat (limited to 'vland.py')
-rwxr-xr-xvland.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/vland.py b/vland.py
index 25c854b..d5ee2ff 100755
--- a/vland.py
+++ b/vland.py
@@ -38,7 +38,7 @@ class DaemonState:
""" Simple container for stuff to make for nicer syntax """
state = DaemonState()
-state.version = "0.6"
+state.version = "0.7"
state.banner = "Linaro VLANd version %s" % state.version
state.starttime = time.time()
state.vis = None