summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorStuart Stock <stuart@int08h.com>2019-05-11 09:24:22 -0500
committerStuart Stock <stuart@int08h.com>2019-05-11 09:24:22 -0500
commit3a4262e6673daac66d59764df24e0143c141a72d (patch)
tree8e2fdde490ec6b9a8de0fbb029b37e9909adf8c7 /src
parent3046e56f7a252a7a93923901ea896c88645ed26a (diff)
downloadroughenough-3a4262e6673daac66d59764df24e0143c141a72d.zip
Version 1.1.5
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 4ec3955..74e21dd 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -76,7 +76,7 @@ pub use crate::message::RtMessage;
pub use crate::tag::Tag;
/// Version of Roughenough
-pub const VERSION: &str = "1.1.4";
+pub const VERSION: &str = "1.1.5";
/// Roughenough version string enriched with any compile-time optional features
pub fn roughenough_version() -> String {