diff --git a/Makefile b/Makefile index e4988874..baa3c2c0 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,7 @@ #------------------------------------------------------------------------------- # General build options # Change this parameter while releasing -MAIN_VERSION := 0.4.0 +MAIN_VERSION := $(shell git describe --tags `git rev-list --tags --max-count=1` | sed 's/^v//') CURRENT_OS := $(shell uname -s | tr '[:upper:]' '[:lower:]') CURRENT_ARCH := $(shell uname -m) diff --git a/pkg/data/default.json b/pkg/data/default.json index 81a11ee7..c1f928c0 100644 --- a/pkg/data/default.json +++ b/pkg/data/default.json @@ -588,7 +588,7 @@ "Path": "github.com/alibaba/opentelemetry-go-auto-instrumentation/pkg/rules/elasticsearch" }, { - "Version": "[2.43.0,2.52.6)", + "Version": "[2.43.0,2.52.7)", "ImportPath": "github.com/gofiber/fiber/v2", "Function": "handler", "ReceiverType": "*App", @@ -766,4 +766,4 @@ "onExit": "afterCallConfigServer", "Path": "github.com/alibaba/opentelemetry-go-auto-instrumentation/pkg/rules/nacos/config" } -] \ No newline at end of file +]