diff --git a/Makefile b/Makefile index a87243775e..c6d956424b 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ MISSPELL = $(TOOLS_DIR)/$(MISSPELL_BINARY) # see https://github.com/open-telemetry/build-tools/releases for semconvgen updates # Keep links in model/README.md and .vscode/settings.json in sync! -SEMCONVGEN_VERSION=0.21.0 +SEMCONVGEN_VERSION=0.22.0 # TODO: add `yamllint` step to `all` after making sure it works on Mac. .PHONY: all