diff --git a/Cargo.lock b/Cargo.lock index da88a7af..07d74d22 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ [root] name = "cernan" -version = "0.4.9-pre" +version = "0.4.9" dependencies = [ "bincode 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", "chrono 0.2.25 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 298d3df9..73a7d72c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cernan" -version = "0.4.9-pre" +version = "0.4.9" authors = ["Brian L. Troutwine "] build = "build.rs"