summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStuart Stock <stuart@int08h.com>2018-03-10 19:05:43 -0600
committerStuart Stock <stuart@int08h.com>2018-03-10 19:05:43 -0600
commitd7a0c625a5116c3313d45c8d1eadde0a50691470 (patch)
treef9b0504be457dceccc373225034b4156c4214725
parentf0417e609e50792fdba8147faa86b08bb2c4269d (diff)
downloadroughenough-d7a0c625a5116c3313d45c8d1eadde0a50691470.zip
version 0.3.1
-rw-r--r--Cargo.toml2
-rw-r--r--src/lib.rs2
2 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 5e76781..e2af555 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "roughenough"
-version = "0.3.0"
+version = "0.3.1"
repository = "https://github.com/int08h/roughenough"
authors = ["Stuart Stock <stuart@int08h.com>", "Aaron Hill <aa1ronham@gmail.com>"]
license = "Apache-2.0"
diff --git a/src/lib.rs b/src/lib.rs
index fbdfadb..7259c26 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -64,7 +64,7 @@ pub use tag::Tag;
pub use message::RtMessage;
/// Version of Roughenough
-pub const VERSION: &str = "0.3.0";
+pub const VERSION: &str = "0.3.1";
// Constants and magic numbers of the Roughtime protocol