From 842d3d2ba19a3383ebcfe931dd493af3b650439e Mon Sep 17 00:00:00 2001 From: Oleg Agafonov Date: Fri, 1 Mar 2019 20:12:21 +0400 Subject: [PATCH] Prepare new release --- Mage/src/main/java/mage/cards/repository/CardRepository.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mage/src/main/java/mage/cards/repository/CardRepository.java b/Mage/src/main/java/mage/cards/repository/CardRepository.java index 8eb0b50093d..89434c8e8aa 100644 --- a/Mage/src/main/java/mage/cards/repository/CardRepository.java +++ b/Mage/src/main/java/mage/cards/repository/CardRepository.java @@ -36,7 +36,7 @@ public enum CardRepository { // raise this if db structure was changed private static final long CARD_DB_VERSION = 51; // raise this if new cards were added to the server - private static final long CARD_CONTENT_VERSION = 217; + private static final long CARD_CONTENT_VERSION = 218; private Dao cardDao; private Set classNames; private RepositoryEventSource eventSource = new RepositoryEventSource();