diff options
author | Stuart Stock <stuart@int08h.com> | 2019-09-28 13:00:01 -0500 |
---|---|---|
committer | Stuart Stock <stuart@int08h.com> | 2019-09-28 13:00:01 -0500 |
commit | 50a505e66f44f0efcfc0fa1390fcc889ab8dcd01 (patch) | |
tree | 7349d70806650c3a8a14e0540ed84156af4d5774 /src | |
parent | a14c2e8513c404bcbce7f633885cf7e0f04d7916 (diff) | |
download | roughenough-50a505e66f44f0efcfc0fa1390fcc889ab8dcd01.zip |
Release 1.1.6
Diffstat (limited to 'src')
-rw-r--r-- | src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 { |