From 97a764b8b32ad76a52a97d2dc94471b8c762ecd5 Mon Sep 17 00:00:00 2001
From: Michael Leuschel <leuschel@uni-duesseldorf.de>
Date: Thu, 16 Dec 2021 17:20:09 +0100
Subject: [PATCH] bump version to 3.3.3-SNAPSHOT

Signed-off-by: Michael Leuschel <leuschel@uni-duesseldorf.de>
---
 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.gradle b/build.gradle
index 2f74a3d..43e7e7d 100644
--- a/build.gradle
+++ b/build.gradle
@@ -6,7 +6,7 @@ apply plugin: 'signing'
 
 allprojects {
   project.group = 'de.hhu.stups'
-  project.version = '3.3.2'
+  project.version = '3.3.3-SNAPSHOT'
   project.ext.isSnapshot = project.version.endsWith("-SNAPSHOT")
 
   ext."signing.secretKeyRingFile" = rootProject.file("secring.gpg").absolutePath
-- 
GitLab