diff --git a/src/lib.rs b/src/lib.rs index b0ab1d1..3aaef32 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -459,7 +459,7 @@ pub fn exception_id(name: &str) -> Option { /// the license and exception identifiers are sourced from /// /// ``` -/// assert_eq!(spdx::license_version(), "3.25.0"); +/// assert_eq!(spdx::license_version(), "3.26.0"); /// ``` #[inline] #[must_use]