From 8e84df23b70e4c32a3c8b88a4cb64b7b03f49696 Mon Sep 17 00:00:00 2001 From: Oleg Agafonov Date: Tue, 22 Jan 2019 18:32:51 +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 379cfd1e9c..a66898f76b 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 = 214; + private static final long CARD_CONTENT_VERSION = 215; private Dao cardDao; private Set classNames; private RepositoryEventSource eventSource = new RepositoryEventSource();