Prepare version number for further developing

This commit is contained in:
Lukas Fürderer 2019-02-12 16:32:52 +01:00
parent 73dc52b953
commit 54eb83439a
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View File

@ -1,4 +1,4 @@
[[package]]
name = "xor-files"
version = "0.1.0"
version = "0.1.1-dev"

View File

@ -1,6 +1,6 @@
[package]
name = "xor-files"
version = "0.1.0"
version = "0.1.1-dev"
authors = ["Lukas Fürderer <l.fuerderer@gmail.com>"]
edition = "2018"

View File

@ -1 +1 @@
pub const VERSION: &'static str = "0.1.0";
pub const VERSION: &'static str = "0.1.1-dev";