diff options
author | Stuart Stock <stuart@int08h.com> | 2018-03-28 21:39:20 -0500 |
---|---|---|
committer | Stuart Stock <stuart@int08h.com> | 2018-03-28 21:39:20 -0500 |
commit | ab3b409c0dae80bc991d96c5c4502ea821840aac (patch) | |
tree | b649734af34a04219fe52cf055496997883b20e7 | |
parent | 0b8c965de2b0052f74be20aeb8ad103fe9b42211 (diff) | |
download | roughenough-ab3b409c0dae80bc991d96c5c4502ea821840aac.zip |
Version 1.0.3
-rw-r--r-- | Cargo.toml | 2 | ||||
-rw-r--r-- | src/lib.rs | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ [package] name = "roughenough" -version = "1.0.2" +version = "1.0.3" repository = "https://github.com/int08h/roughenough" authors = ["Stuart Stock <stuart@int08h.com>", "Aaron Hill <aa1ronham@gmail.com>"] license = "Apache-2.0" @@ -79,7 +79,7 @@ pub use tag::Tag; pub use message::RtMessage; /// Version of Roughenough -pub const VERSION: &str = "1.0.2"; +pub const VERSION: &str = "1.0.3"; // Constants and magic numbers of the Roughtime protocol |