From 4788ac9064bbf663cb583f869f10ecc314aa9e2b Mon Sep 17 00:00:00 2001
From: Piotr Gawron <piotr.gawron@uni.lu>
Date: Thu, 10 Jan 2019 15:02:16 +0100
Subject: [PATCH] ensembl API version changed

---
 .../annotation/services/annotators/EnsemblAnnotator.java        | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/annotation/src/main/java/lcsb/mapviewer/annotation/services/annotators/EnsemblAnnotator.java b/annotation/src/main/java/lcsb/mapviewer/annotation/services/annotators/EnsemblAnnotator.java
index 6bb0d32405..fcd26ed5bf 100644
--- a/annotation/src/main/java/lcsb/mapviewer/annotation/services/annotators/EnsemblAnnotator.java
+++ b/annotation/src/main/java/lcsb/mapviewer/annotation/services/annotators/EnsemblAnnotator.java
@@ -43,7 +43,7 @@ public class EnsemblAnnotator extends ElementAnnotator implements IExternalServi
 	/**
 	 * Version of the rest API that is supported by this annotator.
 	 */
-	static final String					SUPPORTED_VERSION				 = "8.0";
+	static final String					SUPPORTED_VERSION				 = "9.0";
 
 	/**
 	 * Url address of ensembl restful service.
-- 
GitLab