Updated CardRepository number for next dev version.

This commit is contained in:
LevelX2 2014-04-12 18:13:33 +02:00
parent eb0e373d0f
commit 1074de604a

View file

@ -55,7 +55,7 @@ public enum CardRepository {
private static final String JDBC_URL = "jdbc:sqlite:db/cards.db";
private static final String VERSION_ENTITY_NAME = "card";
private static final long CARD_DB_VERSION = 22;
private static final long CARD_DB_VERSION = 23;
private final Random random = new Random();
private Dao<CardInfo, Object> cardDao;