From 9015460c026852cd549d4590c60e2c8e70d50c41 Mon Sep 17 00:00:00 2001 From: Ulric Qin Date: Tue, 19 May 2020 11:05:30 +0800 Subject: [PATCH] upgrade 2.2.0: support process mem and cpu collector --- control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/control b/control index 9a8a6cff..5b964838 100755 --- a/control +++ b/control @@ -1,7 +1,7 @@ #!/bin/bash # release version -version=2.1.0 +version=2.2.0 CWD=$(cd $(dirname $0)/; pwd) cd $CWD -- GitLab