diff --git a/as-package.sh b/as-package.sh index 84b290236..7b3c3839c 100755 --- a/as-package.sh +++ b/as-package.sh @@ -2,7 +2,7 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" -CUR_VERSION="3.0" +CUR_VERSION="3.0.3" # arthas's target dir ARTHAS_TARGET_DIR=$DIR/target/arthas diff --git a/bin/as.sh b/bin/as.sh index f3cfb50dc..7c726ec17 100755 --- a/bin/as.sh +++ b/bin/as.sh @@ -21,7 +21,7 @@ ARTHAS_VERSION= ARTHAS_SCRIPT_VERSION=3.0.2 # arthas remote url -ARTHAS_REMOTE_VERSION_URL="http://arthas.io/api/arthas/newestVersion.do" +ARTHAS_REMOTE_VERSION_URL="https://alibaba.github.io/arthas/latest_version" ARTHAS_REMOTE_DOWNLOAD_URL="http://arthas.io/mdtool" # update timeout(sec) @@ -442,7 +442,6 @@ active_console() main() { echo "Arthas script version: $ARTHAS_SCRIPT_VERSION" - echo "Try out Arthas online: /arthas/web-console" check_permission reset_for_env