diff --git a/Cargo.lock b/Cargo.lock index 0dc00be..d2ab8d0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,4 +1,4 @@ [[package]] name = "xor-files" -version = "0.1.0-dev" +version = "0.1.0" diff --git a/Cargo.toml b/Cargo.toml index c5dd108..b264f5d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xor-files" -version = "0.1.0-dev" +version = "0.1.0" authors = ["Lukas Fürderer "] edition = "2018" diff --git a/src/version.rs b/src/version.rs index 395025f..bea7a70 100644 --- a/src/version.rs +++ b/src/version.rs @@ -1 +1 @@ -pub const VERSION: &'static str = "0.1.0-dev"; +pub const VERSION: &'static str = "0.1.0";