diff --git a/MODULE.bazel b/MODULE.bazel index 132cde13b..8a9454402 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -4,8 +4,8 @@ yaml-cpp is a YAML parser and emitter in c++ matching the YAML specification. module( name = "yaml-cpp", + version = "0.9.0", compatibility_level = 1, - version = "0.8.0", ) bazel_dep(name = "platforms", version = "1.0.0")