From ffeb1af793d96da551cba254e1363232373ed197 Mon Sep 17 00:00:00 2001
From: rschoene <rene.schoene@tu-dresden.de>
Date: Thu, 16 Apr 2020 11:34:52 +0200
Subject: [PATCH] Update README.

---
 README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index da4ab0d..b49c377 100644
--- a/README.md
+++ b/README.md
@@ -1,9 +1,9 @@
-[![pipeline status](/../badges/master/pipeline.svg)](/../pipelines)
-
-# RelAST Preprocessor Version 0.2.4
+# RelAST Preprocessor
 
 ![RelAST process](relast-process.png)
 
+See [releases page](/../../releases) for the latest version.
+
 The RelAST preprocessor takes a `.relast` file as input comprising AST rules and relations. It produces files that afterwards are processed by JastAdd to generated Java code.
 To use it in your project, build the JAR file running
 
-- 
GitLab