increase db version
This commit is contained in:
parent
68d546ce02
commit
49027c529a
@ -187,7 +187,7 @@ pub struct Client {
|
||||
}
|
||||
|
||||
const HISTORY: u64 = 1000;
|
||||
const CLIENT_DB_VER_STR: &'static str = "2.1";
|
||||
const CLIENT_DB_VER_STR: &'static str = "3";
|
||||
|
||||
impl Client {
|
||||
/// Create a new client with given spec and DB path.
|
||||
|
Loading…
Reference in New Issue
Block a user