From a602e2d377bd1d99a7c8c47cad5d1ac3a233aad2 Mon Sep 17 00:00:00 2001 From: Oleg Agafonov Date: Wed, 24 Apr 2019 00:51:05 +0400 Subject: [PATCH] Prepare release 1.4.35 --- 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 06a3a894dc12..2b15c9f70db1 100644 --- a/Mage/src/main/java/mage/cards/repository/CardRepository.java +++ b/Mage/src/main/java/mage/cards/repository/CardRepository.java @@ -35,7 +35,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 = 220; + private static final long CARD_CONTENT_VERSION = 221; private Dao cardDao; private Set classNames; private RepositoryEventSource eventSource = new RepositoryEventSource();