From ccf5a898f6385f8e3ae0d6c5905f7ad2dec24ac3 Mon Sep 17 00:00:00 2001 From: hatRiot Date: Thu, 3 Oct 2013 22:49:36 -0600 Subject: [PATCH] Versioning --- src/core/util.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/util.py b/src/core/util.py index 2d275d9..5d367f3 100644 --- a/src/core/util.py +++ b/src/core/util.py @@ -24,7 +24,7 @@ def version(): """Zarp version""" - return "0.1.3" + return "0.1.4" def header():