From 1124c6f21d4e87eac182fc260d7b17b4f25ce6ca Mon Sep 17 00:00:00 2001 From: hengyunabc Date: Thu, 14 Feb 2019 01:04:20 +0800 Subject: [PATCH] update as.sh version --- bin/as.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/as.sh b/bin/as.sh index c1fa58696..dce0c0d22 100755 --- a/bin/as.sh +++ b/bin/as.sh @@ -8,10 +8,10 @@ # program : Arthas # author : Core Engine @ Taobao.com -# date : 2018-11-28 +# date : 2019-02-14 # current arthas script version -ARTHAS_SCRIPT_VERSION=3.0.5 +ARTHAS_SCRIPT_VERSION=3.1.0 DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"