summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorStuart Stock <stuart@int08h.com>2019-02-10 16:32:54 -0600
committerStuart Stock <stuart@int08h.com>2019-02-10 16:33:35 -0600
commit7cb1f24a4822ea28db40ebb67d909802bb2bb440 (patch)
tree2c87b9f09852a86a07c3f57cc88a94409d59298b /src
parent06f8c19cc56253e133a0fcdccdde980904acfdbe (diff)
downloadroughenough-7cb1f24a4822ea28db40ebb67d909802bb2bb440.zip
update 1.1.4
Diffstat (limited to 'src')
-rw-r--r--src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 5cda7bc..7e8dbe7 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -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 {