summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorStuart Stock <stuart@int08h.com>2019-09-28 13:00:01 -0500
committerStuart Stock <stuart@int08h.com>2019-09-28 13:00:01 -0500
commit50a505e66f44f0efcfc0fa1390fcc889ab8dcd01 (patch)
tree7349d70806650c3a8a14e0540ed84156af4d5774 /src
parenta14c2e8513c404bcbce7f633885cf7e0f04d7916 (diff)
downloadroughenough-50a505e66f44f0efcfc0fa1390fcc889ab8dcd01.zip
Release 1.1.6
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 74e21dd..ce73e90 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.5";
+pub const VERSION: &str = "1.1.6";
/// Roughenough version string enriched with any compile-time optional features
pub fn roughenough_version() -> String {