From 8ce770029ce2102570ceb1516c5ce652cda9061f Mon Sep 17 00:00:00 2001 From: Jake Shadle Date: Tue, 31 Dec 2024 06:28:10 +0100 Subject: [PATCH] Oops --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]