increase db version

This commit is contained in:
debris 2016-02-17 14:46:23 +01:00
parent 68d546ce02
commit 49027c529a

View File

@ -187,7 +187,7 @@ pub struct Client {
} }
const HISTORY: u64 = 1000; const HISTORY: u64 = 1000;
const CLIENT_DB_VER_STR: &'static str = "2.1"; const CLIENT_DB_VER_STR: &'static str = "3";
impl Client { impl Client {
/// Create a new client with given spec and DB path. /// Create a new client with given spec and DB path.