From eb4446e3213f37f04ba57637da3bdfd87739b782 Mon Sep 17 00:00:00 2001 From: Pier Carlo Chiodi Date: Wed, 30 Sep 2015 21:17:42 +0200 Subject: [PATCH] v0.2.0 --- pmacct-to-elasticsearch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pmacct-to-elasticsearch b/pmacct-to-elasticsearch index e7d6a9f..6bad690 100755 --- a/pmacct-to-elasticsearch +++ b/pmacct-to-elasticsearch @@ -16,7 +16,7 @@ import datetime import urllib2 APP_NAME = 'pmacct-to-elasticsearch' -CURRENT_RELEASE = 'v0.1.0' +CURRENT_RELEASE = 'v0.2.0' CONF_DIR = '/etc/p2es'