From 6ed6346a3eacde1c99264f1ba72a82a262b3c3a7 Mon Sep 17 00:00:00 2001
From: dgelessus <dgelessus@users.noreply.github.com>
Date: Wed, 6 Apr 2022 11:45:29 +0200
Subject: [PATCH] Bump version to 3.4.0-SNAPSHOT

The last few changes were a bit more major than usual, and the added
dependency of SableCC on its own runtime library might break builds that
expect the SableCC jar to be runnable standalone.
---
 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.gradle b/build.gradle
index 289bb75..72648f3 100644
--- a/build.gradle
+++ b/build.gradle
@@ -6,7 +6,7 @@ apply plugin: 'signing'
 
 allprojects {
   project.group = 'de.hhu.stups'
-  project.version = '3.3.4-SNAPSHOT'
+  project.version = '3.4.0-SNAPSHOT'
   project.ext.isSnapshot = project.version.endsWith("-SNAPSHOT")
 
   ext."signing.secretKeyRingFile" = rootProject.file("secring.gpg").absolutePath
-- 
GitLab