From 505a6cbb12cd1b2d96d5214f7e77466a7ecceb20 Mon Sep 17 00:00:00 2001 From: Stuart Stock Date: Sun, 10 Apr 2022 15:59:59 -0500 Subject: [PATCH] Fix version number typo --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 9c45135..c84840f 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -79,7 +79,7 @@ pub mod stats; pub mod version; /// Version of Roughenough -pub const VERSION: &str = "1.2.0-draft-5"; +pub const VERSION: &str = "1.2.0-draft5"; /// Roughenough version string enriched with any compile-time optional features pub fn roughenough_version() -> String {