瀏覽代碼

Changes default DB version

oz123 10 年之前
父節點
當前提交
a359430f13
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      pwman/data/database.py

+ 1 - 1
pwman/data/database.py

@@ -21,7 +21,7 @@
 
 from pwman.util.crypto_engine import CryptoEngine
 
-__DB_FORMAT__ = 0.5
+__DB_FORMAT__ = 0.6
 
 
 class DatabaseException(Exception):