diff options
author | Stuart Stock <stuart@int08h.com> | 2018-09-29 23:58:17 -0500 |
---|---|---|
committer | Stuart Stock <stuart@int08h.com> | 2018-09-29 23:58:17 -0500 |
commit | fe2154ba62f9e0a584bd720f68f9f459bc484699 (patch) | |
tree | 3054a9398fe308a3df708634b90cd7581a2415c2 | |
parent | 146ed83d361ffd44d09e3879dde809150bb07a7a (diff) | |
download | roughenough-fe2154ba62f9e0a584bd720f68f9f459bc484699.zip |
Bump version in lib.rs
-rw-r--r-- | src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -67,7 +67,7 @@ pub use message::RtMessage; pub use tag::Tag; /// Version of Roughenough -pub const VERSION: &str = "1.0.5"; +pub const VERSION: &str = "1.1.0"; // Constants and magic numbers of the Roughtime protocol |