undo version bump

This commit is contained in:
dignifiedquire
2019-07-06 11:30:45 +02:00
parent 2aa81a7a9a
commit 184b3c8e91
3 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
//! Constants
pub const DC_VERSION_STR: &'static [u8; 14] = b"1.0.0-alpha.3\x00";
pub const DC_VERSION_STR: &'static [u8; 14] = b"1.0.0-alpha.1\x00";
pub const DC_MOVE_STATE_MOVING: u32 = 3;
pub const DC_MOVE_STATE_STAY: u32 = 2;