diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -75,7 +75,7 @@ pub use crate::message::RtMessage; pub use crate::tag::Tag; /// Version of Roughenough -pub const VERSION: &str = "1.1.3"; +pub const VERSION: &str = "1.1.4"; /// Roughenough version string enriched with any compile-time optional features pub fn roughenough_version() -> String { |