diff options
author | Stuart Stock <stuart@int08h.com> | 2018-02-17 19:25:27 -0600 |
---|---|---|
committer | Stuart Stock <stuart@int08h.com> | 2018-02-17 19:25:27 -0600 |
commit | a1bb9915bc0113e200f505846d5bad0f1400e94b (patch) | |
tree | 07777bbb7c697d277f720f7c0aa20a4cf8160191 /src | |
parent | 11808c6356c2a5966ddaeb18341fcdc2290c9179 (diff) | |
download | roughenough-a1bb9915bc0113e200f505846d5bad0f1400e94b.zip |
Update README copyright and server's reported version to 0.1.1 (to
match git tag)
Diffstat (limited to 'src')
-rw-r--r-- | src/bin/server.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/server.rs b/src/bin/server.rs index 0b09b5f..3f6286f 100644 --- a/src/bin/server.rs +++ b/src/bin/server.rs @@ -72,7 +72,7 @@ use ring::rand::SecureRandom; use yaml_rust::YamlLoader; -const SERVER_VERSION: &'static str = "0.1"; +const SERVER_VERSION: &'static str = "0.1.1"; fn create_ephemeral_key() -> Signer { let rng = rand::SystemRandom::new(); |