Skip to content

Commit 1543c1b

Browse files
committed
Bump scripts
1 parent ac296ca commit 1543c1b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

scripts/semconv/generate.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
55
ROOT_DIR="${SCRIPT_DIR}/../.."
66

77
# freeze the spec version to make SemanticAttributes generation reproducible
8-
SEMCONV_VERSION=1.40.0
8+
SEMCONV_VERSION=1.41.0
99
SEMCONV_VERSION_TAG=v$SEMCONV_VERSION
10-
OTEL_WEAVER_IMG_VERSION=v0.21.2
10+
OTEL_WEAVER_IMG_VERSION=v0.23.0
1111
INCUBATING_DIR=_incubating
1212
cd ${SCRIPT_DIR}
1313

0 commit comments

Comments
 (0)