From be57d51d0842d82959b157959fb786213acbb5fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=B4=E6=99=9F=20Wu=20Sheng?= Date: Tue, 5 Dec 2023 08:43:19 -0800 Subject: [PATCH] Bump up bundled CLI (#654) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4e7e9ca83..b0b6adde5 100644 --- a/Makefile +++ b/Makefile @@ -20,7 +20,7 @@ HUB ?= skywalking NAME ?= skywalking-java TAG ?= latest AGENT_PACKAGE ?= skywalking-agent -CLI_VERSION ?= 0.9.0 # CLI version inside agent image should always use an Apache released artifact. +CLI_VERSION ?= 0.13.0 # CLI version inside agent image should always use an Apache released artifact. .PHONY: build build: