Skip to content

Commit

Permalink
Fix version number typo
Browse files Browse the repository at this point in the history
  • Loading branch information
int08h committed Apr 10, 2022
1 parent e14f077 commit 505a6cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 505a6cb

Please sign in to comment.