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