diff --git a/adev/shared-docs/BUILD.bazel b/adev/shared-docs/BUILD.bazel index 96f9a379340..cd4ee29b16a 100644 --- a/adev/shared-docs/BUILD.bazel +++ b/adev/shared-docs/BUILD.bazel @@ -91,6 +91,6 @@ pkg_npm( ], substitutions = { # Force the "unstamped" versions to be later than current so they are considered up to date. - "0.0.0": "99.99.99", + "0\\.0\\.0": "99.99.99", }, )